Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
IXLSRange
>
Height
Height property
Returns the
height
of the specified range, measured in points. Read only Double.
Syntax
property
Height
: Double;
Example
This example gets the height of selected range.
Result := Workbook.Sheets[
1
].Selection.Height;
Copyright © NikaSoft 2004-2012