PivotFilter.MeasureHierarchy Property

Measure Index.Represents the attribte in schema: iMeasureHier

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

Syntax

'Declaration
<SchemaAttrAttribute(, "iMeasureHier")> _
Public Property MeasureHierarchy As UInt32Value
    Get
    Set
'Usage
Dim instance As PivotFilter
Dim value As UInt32Value

value = instance.MeasureHierarchy

instance.MeasureHierarchy = value
[SchemaAttrAttribute(, "iMeasureHier")]
public UInt32Value MeasureHierarchy { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

PivotFilter Class

PivotFilter Members

DocumentFormat.OpenXml.Spreadsheet Namespace