CustomPiovtFieldGroupItem
CustomPiovtFieldGroupItem class
Represents an item of custom grouped field.
class CustomPiovtFieldGroupItem;
Constructors
Name | Description |
---|---|
constructor(string, number[]) | The constructor of custom group item of pivot field. |
Methods
Method | Description |
---|---|
isNull() | Checks whether the implementation object is null. |
constructor(string, number[])
The constructor of custom group item of pivot field.
constructor(name: string, itemIndexes: number[]);
Parameters:
Parameter | Type | Description |
---|---|---|
name | string | The name of group item |
itemIndexes | number[] | All indexes to the items of base pivot field. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;