Documentazione HotXLS

Width proprietà

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

Sintassi

proprietà Width: Double;

Esempio

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

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