XlsWorkbook
MaxIndent Property
|
Gets the maximum indentation level.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int MaxIndent { get; }
Public ReadOnly Property MaxIndent As Integer
Get
public:
property int MaxIndent {
int get ();
}
member MaxIndent : int with get
Property Value
Type:
Int32
See Also