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