NativeExcel suite v2.x

Height property

Returns or sets the height of the shape in points (1/72 inch). Read/write Double.

Syntax

property Height: Double;

Example

This example sets the height of the comment for cell E5.
Workbook.Sheets[1].Range['E5', 'E5'].AddComment.Shape.Height := 70;
Copyright © NikaSoft 2004-2012