PivotField.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 PivotField
Dim value As BooleanValue
value = instance.Ignore
instance.Ignore = value
[SchemaAttrAttribute(, "ignore")]
public BooleanValue Ignore { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue