<κλάση header="doc-nav" aria-label="Πλοήγηση τεκμηρίωσης">
Τεκμηρίωση HotXLS
<κλάση nav="doc-links">
Περιεχόμενα
Αρχική
Επισκόπηση
TGridToXLS
IXLSWorkbook
<κλάση div="nav topic-quick-nav" aria-label="Topic shortcuts">
Αρχική
Περιεχόμενα
Επισκόπηση
Width ιδιότητα
<κλάση div="indent">
<κλάση div="txt">
Επιστρέφει the approximate rendered width of the specified range in points. Read only Double
Σύνταξη
<κλάση div="indent">
<κλάση div="txt">
property Width: Double;
Παράδειγμα
<κλάση div="indent">
<κλάση div="txt">
This example reads the width of columns A:B on sheet one
<κλάση pre="code">
W := Workbook.Sheets[1].Range['A1', 'B1'].Width;
<κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software