Page tree

Versions Compared

Key

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

...

Excerpt

Sets or returns the displayed name of the pivot field.

Signature
C#
C#
 public System.String DisplayName{ get; set; }
Signature
vb.net
vb.net
Public Property DisplayName() As String
Remarks

Each PivotTableField must have a unique DisplayName. If you change the display name of a Row or Column label, the display name of the SourceField that the label was created from will change to match the Row or Column label name. This only affects the display name of the SourceField as seen in Excel. The underlying name of the SourceField, which is pulled from the header names of the columns in the data source, will not be affected.