NativeExcel suite v1.x

Width property

Returns or sets the width of the shape in points (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;
Copyright © NikaSoft 2004-2012