PivotCacheIdVersion.CacheIdCreatedVersion property
Namespace: DocumentFormat.OpenXml.Office15.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "cacheIdCreatedVersion")> _
Public Property CacheIdCreatedVersion As ByteValue
Get
Set
'Usage
Dim instance As PivotCacheIdVersion
Dim value As ByteValue
value = instance.CacheIdCreatedVersion
instance.CacheIdCreatedVersion = value
[SchemaAttrAttribute(, "cacheIdCreatedVersion")]
public ByteValue CacheIdCreatedVersion { get; set; }
Property value
Type: DocumentFormat.OpenXml.ByteValue