Click or drag to resize

CommentsRange Left Property

Gets or sets the left position of the comment in the cell range.

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 Left { get; set; }

Property Value

Type: Int32
The left position of the comment.

Return Value

Type: Int32
The left position of the comment, or int.MinValue if comments have inconsistent left positions.

Implements

IShape Left
See Also