Share via


PivotHierarchy.Ignore Property

ignore.Represents the attribte in schema: ignore

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "ignore")> _
Public Property Ignore As BooleanValue
    Get
    Set
'Usage
Dim instance As PivotHierarchy
Dim value As BooleanValue

value = instance.Ignore

instance.Ignore = value
[SchemaAttrAttribute(, "ignore")]
public BooleanValue Ignore { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

PivotHierarchy Class

PivotHierarchy Members

DocumentFormat.OpenXml.Office2010.Excel Namespace