{introducedin: 8.4}
{description}
{excerpt}Returns the position of the {{SourceField}} in the {{[SourceFields|PivotTable.SourceFields]}} collection.
{excerpt}
{signature:C#}
 public Int32 Position{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property Position() As Int
{signature}{remarks}
This is the same as the column position in the PivotTable's data source and cannot be changed.

{remarks}