Click or drag to resize

CommentsRange Width Property

Gets or sets the width of the comments in the cell range. If the comments have different widths, the property returns int.MinValue.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Width { get; set; }

Property Value

Type: Int32
The width of the comments.

Return Value

Type: Int32
The width of the comments if all comments have the same width; otherwise, int.MinValue.

Implements

IShape Width
See Also