XlsPivotTable
IsCompatibleWithExcel2003 Property
|
Gets/sets whether compatible with excel2003. The default value is true.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsCompatibleWithExcel2003 { get; set; }
Public Property IsCompatibleWithExcel2003 As Boolean
Get
Set
public:
virtual property bool IsCompatibleWithExcel2003 {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsCompatibleWithExcel2003 : bool with get, set
override IsCompatibleWithExcel2003 : bool with get, set
Property Value
Type:
Boolean
Implements
IPivotTable
IsCompatibleWithExcel2003
See Also