Share via


PivotTableData.CacheId property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "cacheId")> _
Public Property CacheId As UInt32Value
    Get
    Set
'Usage
Dim instance As PivotTableData
Dim value As UInt32Value

value = instance.CacheId

instance.CacheId = value
[SchemaAttrAttribute(, "cacheId")]
public UInt32Value CacheId { get; set; }

Property value

Type: DocumentFormat.OpenXml.UInt32Value

See also

Reference

PivotTableData class

PivotTableData members

DocumentFormat.OpenXml.Office15.Excel namespace