IPivotTableOptions
Indent Property
|
Specifies the indentation increment for compact axis and can be used to set the Report
Layout to Compact Form.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
uint Indent { get; set; }
Property Indent As UInteger
Get
Set
property unsigned int Indent {
unsigned int get ();
void set (unsigned int value);
}
abstract Indent : uint32 with get, set
Property Value
Type:
UInt32
See Also