PivotGridFieldBase Constructors
Represents the base class for the PivotGridField class.| Name | Parameters | Description |
|---|---|---|
| PivotGridFieldBase() | none | Initializes a new instance of the PivotGridFieldBase class with the default settings. |
| PivotGridFieldBase(PivotGridData) | dataFieldData | Initializes a new instance of the PivotGridFieldBase class. |
| PivotGridFieldBase(String, PivotArea) | fieldName, area | Initializes a new instance of the PivotGridFieldBase class with the specified field name and location. |
See Also