Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introducedin
8.4
8.4
Description

Excerpt

Creates a new PivotTableField of the appropriate type in a FieldCollection

Signature
C#
C#
  public PivotTableField CreateField(SourceField field)
Signature
vb.net
vb.net

Public Function CreateField(ByVal field As SourceField) As PivotTableFIeld

Parameters

Param
field
field

The SourceField to build the PivotTableField from.

...