PivotTableCacheRecordsPart.PivotCacheRecords Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PivotCacheRecords As PivotCacheRecords
Get
Set
'Usage
Dim instance As PivotTableCacheRecordsPart
Dim value As PivotCacheRecords
value = instance.PivotCacheRecords
instance.PivotCacheRecords = value
public PivotCacheRecords PivotCacheRecords { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords
See Also
Reference
PivotTableCacheRecordsPart Class