PivotField.Position Property
Position of the field (first, second, third, and so on) among all the fields in its orientation (Rows, Columns, Pages, Data). Read/write Object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Position As Object
Get
Set
'Usage
Dim instance As PivotField
Dim value As Object
value = instance.Position
instance.Position = value
Object Position { get; set; }
Property Value
Type: System.Object