HiddenFields property

This property returns the hidden fields of a DataPilot table.

Defined in

DataPilotTable

Data type

DataPilotFields

Syntax

public DataPilotFields getHiddenFields()

Usage

Hidden fields are those fields in the source range that haven not been added to row fields, column fields, data fields or page fields. They can also be transformed from row fields, column fields, data fields, or page fields by setting Orientation property to Constant.SYMPHONY_PILOT_ORIENTATION_HIDDEN.

When the number of data fields is less than two, a default field named "Data" is added into the hidden fields.

See examples

Example: HiddenFields property