XlsTextBoxShape
InnerBottomMargin Property
|
Gets or sets the bottom margin of the inner 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 InnerBottomMargin { get; set; }
Public Property InnerBottomMargin As Double
Get
Set
public:
virtual property double InnerBottomMargin {
double get () sealed;
void set (double value) sealed;
}
abstract InnerBottomMargin : float with get, set
override InnerBottomMargin : float with get, set
Return Value
Type:
Double
The bottom margin in centimeters.
Implements
TextBoxShapeBase
InnerBottomMargin
See Also