XlsTextBoxShape
InnerLeftMargin Property
 | 
Gets or sets the left margin of the text frame in centimeters.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public double InnerLeftMargin { get; set; }
 
Public Property InnerLeftMargin As Double
	Get
	Set
 
public:
virtual property double InnerLeftMargin {
	double get () sealed;
	void set (double value) sealed;
}
 
abstract InnerLeftMargin : float with get, set
override InnerLeftMargin : float with get, set
 
 
 
Property Value
Type:
Double
The left margin in centimeters.
Return Value
Type:
Double
The current left margin of the text frame in centimeters.
Implements
TextBoxShapeBase
InnerLeftMargin
 
See Also