Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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