Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{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}