The distance from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart). Read/write Integer.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Property Left As Integer
Get
Set
property int Left {
int get ();
void set (int value);
}
abstract Left : int with get, set
Property Value
Type:
Int32
See Also