HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
Height property
Returns or sets the height of the
shape
in pointers (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
;