PivotCacheDefinition.RefreshedVersion Property

PivotCache Last Refreshed Version.Represents the attribte in schema: refreshedVersion

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

Syntax

'Declaration
<SchemaAttrAttribute(, "refreshedVersion")> _
Public Property RefreshedVersion As ByteValue
    Get
    Set
'Usage
Dim instance As PivotCacheDefinition
Dim value As ByteValue

value = instance.RefreshedVersion

instance.RefreshedVersion = value
[SchemaAttrAttribute(, "refreshedVersion")]
public ByteValue RefreshedVersion { get; set; }

Property Value

Type: DocumentFormat.OpenXml.ByteValue
Returns ByteValue.

See Also

Reference

PivotCacheDefinition Class

PivotCacheDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace