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; }
Public Property InsetMode As String
Get
Set
public:
virtual property String^ InsetMode {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract InsetMode : string with get, set
override InsetMode : string with 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