PivotArea.Field Property

Field Index.Represents the attribte in schema: field

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

Syntax

'Declaration
<SchemaAttrAttribute(, "field")> _
Public Property Field As Int32Value
    Get
    Set
'Usage
Dim instance As PivotArea
Dim value As Int32Value

value = instance.Field

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

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

PivotArea Class

PivotArea Members

DocumentFormat.OpenXml.Spreadsheet Namespace