Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem constructor

CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(const U16String&, const Vector <int32_t>&) constructor

The constructor of custom group item of pivot field.

Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(const U16String &name, const Vector<int32_t> &itemIndexes)
ParameterTypeDescription
nameconst U16String&The name of group item
itemIndexesconst Vector <int32_t>&All indexes to the items of base pivot field.

See Also

CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(const char16_t*, const Vector <int32_t>&) constructor

The constructor of custom group item of pivot field.

Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(const char16_t *name, const Vector<int32_t> &itemIndexes)
ParameterTypeDescription
nameconst char16_t*The name of group item
itemIndexesconst Vector <int32_t>&All indexes to the items of base pivot field.

See Also

CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(CustomPiovtFieldGroupItem_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(CustomPiovtFieldGroupItem_Impl *impl=nullptr)

See Also

CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(const CustomPiovtFieldGroupItem&) constructor

Copy constructor.

Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(const CustomPiovtFieldGroupItem &src)

See Also