PivotGridField Constructors
A field within the PivotGridControl.| Name | Parameters | Description |
|---|---|---|
| PivotGridField() | none | Initializes a new instance of the PivotGridField class with default settings. |
| PivotGridField(PivotGridData) | data | Initializes a new instance of the PivotGridField class. |
| PivotGridField(String, PivotArea) | fieldName, area | Initializes a new instance of the PivotGridField class with the specified field name and location. |
See Also