Class CustomPiovtFieldGroupItem
Class CustomPiovtFieldGroupItem
Namespace: Aspose.Cells.Pivot
Assembly: Aspose.Cells.dll (25.2.0)
Represents an item of custom grouped field.
public class CustomPiovtFieldGroupItem
Inheritance
object ← CustomPiovtFieldGroupItem
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CustomPiovtFieldGroupItem(string, int[])
The constructor of custom group item of pivot field.
public CustomPiovtFieldGroupItem(string name, int[] itemIndexes)
Parameters
name
string
The name of group item
itemIndexes
int[]
All indexes to the items of base pivot field.