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

Returns whether or not the field is a auto generated Values Label.  This is only applicable for row labels and column labels.

Signature
C#C#
}{description}
{excerpt}Returns whether or not the field is a auto generated Values Label.  This is only applicable for row labels and column labels.
{excerpt}
{signature:C#}
 public bool IsValuesLabel{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property IsValuesLabel() As bool
Remarks
Values labesl are automatically generated by Excel or ExcelWriter when there are two or more data fields in the PivotTable. They are effectively read-only and the values that are returned when reading certain properties are either null or a predetermined default value. Trying to set properties on a values labels will result in an exception.
{signature}

{remarks}
Values labesl are automatically generated by Excel or ExcelWriter when there are two or more data fields in the PivotTable. They are effectively read-only and the values that are returned when reading certain properties are either {{null}} or a predetermined default value. Trying to set properties on a values labels will result in an exception.

{remarks}