Share via


TimelineState.PivotCacheId property

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

Syntax

'Declaration
<SchemaAttrAttribute(, "pivotCacheId")> _
Public Property PivotCacheId As UInt32Value
    Get
    Set
'Usage
Dim instance As TimelineState
Dim value As UInt32Value

value = instance.PivotCacheId

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

Property value

Type: DocumentFormat.OpenXml.UInt32Value

See also

Reference

TimelineState class

TimelineState members

DocumentFormat.OpenXml.Office15.Excel namespace