Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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.

Returns

a new PivotTableField.