PivotFieldGroupSettings
PivotFieldGroupSettings class
Represents the group setting of pivot field.
class PivotFieldGroupSettings;
Constructors
| Name | Description |
|---|---|
| constructor() | Default Constructor. |
Methods
| Method | Description |
|---|---|
| getType() | Gets the group type of pivot field. |
constructor()
Default Constructor.
constructor();
getType()
Gets the group type of pivot field.
getType() : PivotFieldGroupType;
Returns