Share via


PivotTable.PivotRowAxis Property

Returns a PivotAxis object representing the entire row axis. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property PivotRowAxis As PivotAxis
    Get
'Usage
Dim instance As PivotTable
Dim value As PivotAxis

value = instance.PivotRowAxis
PivotAxis PivotRowAxis { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.PivotAxis
PivotAxis

See Also

Reference

PivotTable Interface

PivotTable Members

Microsoft.Office.Interop.Excel Namespace