Click or drag to resize

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; }

Property Value

Type: Double
The top margin in centimeters.

Implements

TextBoxShapeBase InnerTopMargin
See Also