NativeExcel suite v1.x

Width property

Returns the width of the specified range, measured in points. Read only Double.

Syntax

property Width: double;

Example

This code returns the width of the range A1:F10 on sheet one.
width := Workbook.Sheets[1].Range['A1','F10'].Width;
Copyright © NikaSoft 2004-2012