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

The PivotTableField.FieldType enumeration contains the field types available for a PivotTableField.

Signature
C#C#
}{description}
{excerpt}The {{[PivotTableField.FieldType|PivotTableField.FieldType]}} enumeration contains the field types available for a {{PivotTableField}}.{excerpt}
{signature:C#}
public enum FieldType
Signature
{signature}{signature:vb.net
vb.net
}
Public Enum FieldType
Values

...

Name

...

Description

...

ColumnLabel

...

DataField

...

PageField

...

RowLabel

{signature}
{values}

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