CacheField.Hierarchy Property

Hierarchy.Represents the attribte in schema: hierarchy

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

Syntax

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

value = instance.Hierarchy

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

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

CacheField Class

CacheField Members

DocumentFormat.OpenXml.Spreadsheet Namespace