Click or drag to resize

XlsTextBoxShape InnerLeftMargin Property

Gets or sets the left 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 InnerLeftMargin { get; set; }

Property Value

Type: Double
The left margin in centimeters.

Return Value

Type: Double
The current left margin of the text frame in centimeters.

Implements

TextBoxShapeBase InnerLeftMargin
See Also