NativeExcel suite v1.x

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