PivotCacheDefinition.CreatedVersion Property

PivotCache Created Version.Represents the attribte in schema: createdVersion

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

Syntax

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

value = instance.CreatedVersion

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

Property Value

Type: DocumentFormat.OpenXml.ByteValue
Returns ByteValue.

See Also

Reference

PivotCacheDefinition Class

PivotCacheDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace