Docs HotXLS

Width-property

Renvoie the approximate rendered width of the specified range in points. Read only Double

Syntaxe

property Width: Double;

Exemple

This example reads the width of columns A:B on sheet one

W := Workbook.Sheets[1].Range['A1', 'B1'].Width;