PivotTableDefinition.RowFields Property
Row Fields.Represents the element tag in schema: x:rowFields
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property RowFields As RowFields
Get
Set
'Usage
Dim instance As PivotTableDefinition
Dim value As RowFields
value = instance.RowFields
instance.RowFields = value
public RowFields RowFields { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.RowFields