Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Wiki Markup
{introducedin: 8.4

...

Description

Excerpt

Returns the position of the SourceField in the SourceFields collection.

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

{remarks}