Click or drag to resize

XlsTextBoxShape InnerRightMargin Property

Gets or sets the inner right 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 InnerRightMargin { get; set; }

Property Value

Type: Double
The right margin in centimeters.

Return Value

Type: Double
The current right margin in centimeters when getting; sets the right margin in centimeters when setting.

Implements

TextBoxShapeBase InnerRightMargin
See Also