PageField.Hierarchy Property

OLAP Hierarchy Index.Represents the attribte in schema: hier

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

Syntax

'Declaration
<SchemaAttrAttribute(, "hier")> _
Public Property Hierarchy As Int32Value
    Get
    Set
'Usage
Dim instance As PageField
Dim value As Int32Value

value = instance.Hierarchy

instance.Hierarchy = value
[SchemaAttrAttribute(, "hier")]
public Int32Value Hierarchy { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

PageField Class

PageField Members

DocumentFormat.OpenXml.Spreadsheet Namespace