XlsShape
LeftColumnOffset Property
|
Left column offset. 1024 means whole column offset
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 LeftColumnOffset { get; set; }
Public Property LeftColumnOffset As Integer
Get
Set
public:
property int LeftColumnOffset {
int get ();
void set (int value);
}
member LeftColumnOffset : int with get, set
Property Value
Type:
Int32
See Also