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