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