Click or drag to resize

XlsTextBoxShape InsetMode Property

Gets or sets the inset mode for the shape converter.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string InsetMode { get; set; }

Property Value

Type: String
Returns "auto" if auto inset mode is enabled, otherwise returns null. When setting, if the value is "auto", it enables auto inset mode; otherwise, it disables it.

Return Value

Type: String
The current inset mode as a string ("auto" or null).

Implements

TextBoxShapeBase InsetMode
See Also