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}The {{[PivotTableField.FieldType|PivotTableField.FieldType]}} enumeration contains the field types available for a {{PivotTableField}}.{excerpt}
{signature:C#}
public enum FieldType
{signature}{signature:vb.net}
Public Enum FieldType
{signature}
{values}

|| Name || Description ||
| {anchor:ColumnLabel}ColumnLabel | ColumnLabel |
| {anchor:DataField}DataField | DataField |
| {anchor:PageField}PageField | PageField |
| {anchor:RowLabel}RowLabel | RowLabel |