XlsPivotCache
IsSaveData Property
|
Specifies a boolean value that indicates whether the pivot records are saved with the
cache.
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 IsSaveData { get; set; }
Public Property IsSaveData As Boolean
Get
Set
public:
property bool IsSaveData {
bool get ();
void set (bool value);
}
member IsSaveData : bool with get, set
Property Value
Type:
Boolean
See Also