CustomPiovtFieldGroupItem

CustomPiovtFieldGroupItem class

Represents an item of custom grouped field.

class CustomPiovtFieldGroupItem;

Constructors

NameDescription
constructor(string, number[])The constructor of custom group item of pivot field.

Methods

MethodDescription
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:

ParameterTypeDescription
namestringThe name of group item
itemIndexesnumber[]All indexes to the items of base pivot field.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;