TabularSlicerCache.PivotCacheId Property
pivotCacheId.Represents the attribte in schema: pivotCacheId
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "pivotCacheId")> _
Public Property PivotCacheId As UInt32Value
Get
Set
'Usage
Dim instance As TabularSlicerCache
Dim value As UInt32Value
value = instance.PivotCacheId
instance.PivotCacheId = value
[SchemaAttrAttribute(, "pivotCacheId")]
public UInt32Value PivotCacheId { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value