IPivotTable.RowAxisLayout Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub RowAxisLayout ( _
RowLayout As XlLayoutRowType _
)
'Usage
Dim instance As IPivotTable
Dim RowLayout As XlLayoutRowType
instance.RowAxisLayout(RowLayout)
void RowAxisLayout(
XlLayoutRowType RowLayout
)
Parameters
- RowLayout
Type: Microsoft.Office.Interop.Excel.XlLayoutRowType