PivotFieldGroupSettings
PivotFieldGroupSettings class
Represents the group setting of pivot field.
class PivotFieldGroupSettings;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Methods
Method | Description |
---|---|
isNull() | Checks whether the implementation object is null. |
getType() | Gets the group type of pivot field. |
constructor()
Default Constructor.
constructor();
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
getType()
Gets the group type of pivot field.
getType() : PivotFieldGroupType;
Returns