TextBoxShapeBase
InnerBottomMargin Property
|
Gets or sets the inner bottom 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 InnerBottomMargin { get; set; }
Property InnerBottomMargin As Double
Get
Set
property double InnerBottomMargin {
double get ();
void set (double value);
}
abstract InnerBottomMargin : float with get, set
Property Value
Type:
Double
See Also