PivotCache.CacheId Property

PivotCache 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 PivotCache
Dim value As UInt32Value

value = instance.CacheId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

PivotCache Class

PivotCache Members

DocumentFormat.OpenXml.Spreadsheet Namespace