HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
Width property
Returns the approximate rendered width of the specified range in points. Read only Double.
Syntax
property
Width: Double;
Example
This example reads the width of columns A:B on sheet one.
W := Workbook.Sheets[
1
].Range[
'A1'
,
'B1'
].Width;