HotXLS Docs

Width property

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

Syntax

property Width: Double;

Example

This example sets the width of the comment for cell E5.

Workbook.Sheets[1].Range['E5', 'E5'].AddComment.Shape.Width := 170;