PivotDiscreteGroupSettings
PivotDiscreteGroupSettings class
Rrepsents the discrete group of pivot field
class PivotDiscreteGroupSettings extends PivotFieldGroupSettings;
Constructors
| Constructor | Description |
|---|---|
| constructor(PivotFieldGroupSettings) | Constructs from a parent object convertible to this. |
Properties
| Property | Type | Description |
|---|---|---|
| items | CustomPiovtFieldGroupItem[] | Readonly. Gets the discrete items. |
| discreteItems | DiscreteGroupItem[] | Readonly. Gets the discrete items. |
Methods
| Method | Description |
|---|---|
| getItems() | @deprecated. Please use the ‘items’ property instead. Gets the discrete items. |
| getDiscreteItems() | @deprecated. Please use the ‘discreteItems’ property instead. Gets the discrete items. |
| isNull() | Checks whether the implementation object is null. |
| getType() | Gets the group type. |
constructor(PivotFieldGroupSettings)
Constructs from a parent object convertible to this.
constructor(obj: PivotFieldGroupSettings);
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | PivotFieldGroupSettings | The parent object. |
items
Readonly. Gets the discrete items.
items : CustomPiovtFieldGroupItem[];
Remarks
NOTE: This method is now obsolete. Instead, please use PivotField.GroupBy(DiscreteGroupItem[], bool) method . This method will be removed 12 months later since July 2026. Aspose apologizes for any inconvenience you may have experienced.
discreteItems
Readonly. Gets the discrete items.
discreteItems : DiscreteGroupItem[];
getItems()
@deprecated. Please use the ‘items’ property instead. Gets the discrete items.
getItems() : CustomPiovtFieldGroupItem[];
Returns
Remarks
NOTE: This method is now obsolete. Instead, please use PivotField.GroupBy(DiscreteGroupItem[], bool) method . This method will be removed 12 months later since July 2026. Aspose apologizes for any inconvenience you may have experienced.
getDiscreteItems()
@deprecated. Please use the ‘discreteItems’ property instead. Gets the discrete items.
getDiscreteItems() : DiscreteGroupItem[];
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
getType()
Gets the group type.
getType() : PivotFieldGroupType;
Returns