TextBoxShapeBase
InnerLeftMargin Property
|
Gets or sets the inner left margin of the element.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
double InnerLeftMargin { get; set; }
Property InnerLeftMargin As Double
Get
Set
property double InnerLeftMargin {
double get ();
void set (double value);
}
abstract InnerLeftMargin : float with get, set
Property Value
Type:
Double
See Also