Share via


PivotTableDefinition.CacheId Property

PivotCache Definition Id.Represents the attribte in schema: cacheId

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "cacheId")> _
Public Property CacheId As UInt32Value
    Get
    Set
'Usage
Dim instance As PivotTableDefinition
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

PivotTableDefinition Class

PivotTableDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace