Unit: lxHandle
Represents a
shape object.
Description
Use the Comment.Shape property to return a Shape object. The following example changes height and width of the comment in cell E5.
Workbook.Sheets[1].Range['E5', 'E5'].Comment.Shape.Width := 100;
Workbook.Sheets[1].Range['E5', 'E5'].Comment.Shape.Height := 100;
Properties
Methods