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; }
Public Property Left As Integer
Get
Set
public:
virtual property int Left {
int get () sealed;
void set (int value) sealed;
}
abstract Left : int with get, set
override Left : int with 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