PivotField.Position Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Position of the field (first, second, third, and so on) among all the fields in its orientation (Rows, Columns, Pages, Data). Read/write Object.
public:
property System::Object ^ Position { System::Object ^ get(); void set(System::Object ^ value); };
public object Position { get; set; }
Public Property Position As Object