LoadOptionsParsingPivotCachedRecords Property |
Indicates whether parsing pivot cached records when loading the file.
The default value is false.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic bool ParsingPivotCachedRecords { get; set; }
Public Property ParsingPivotCachedRecords As Boolean
Get
Set
public:
property bool ParsingPivotCachedRecords {
bool get ();
void set (bool value);
}
member ParsingPivotCachedRecords : bool with get, set
Property Value
Type:
Boolean
Remarks
Only applies for Excel Xlsx, Xltx, Xltm , Xlsm and xlsb file
See Also