IPivotTableOptions
IsAutoFormat Property
|
Indicates whether the PivotTable has an autoformat applied.
Checkbox "autofit column width on update"which in pivot table Options :Layout Format for Excel 2007
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsAutoFormat { get; set; }
Property IsAutoFormat As Boolean
Get
Set
property bool IsAutoFormat {
bool get ();
void set (bool value);
}
abstract IsAutoFormat : bool with get, set
Property Value
Type:
Boolean
See Also