HotXLS Docs

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;