PivotFilter.Field Property

Field Index.Represents the attribte in schema: fld

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

Syntax

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

value = instance.Field

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

PivotFilter Class

PivotFilter Members

DocumentFormat.OpenXml.Spreadsheet Namespace