X of object
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
Implements
IShape
Left
See Also