Aspose::Cells::Pivot::PivotDiscreteGroupSettings class

PivotDiscreteGroupSettings class

Rrepsents the discrete group of pivot field.

class PivotDiscreteGroupSettings : public Aspose::Cells::Pivot::PivotFieldGroupSettings

Methods

MethodDescription
GetItems()Gets the discrete items.
GetType()Gets the group type.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotDiscreteGroupSettings& src)operator=
operator=(const PivotFieldGroupSettings& src)operator=
PivotDiscreteGroupSettings(PivotDiscreteGroupSettings_Impl* impl)Constructs from an implementation object.
PivotDiscreteGroupSettings(const PivotDiscreteGroupSettings& src)Copy constructor.
PivotDiscreteGroupSettings(const PivotFieldGroupSettings& src)Constructs from a parent object.
PivotFieldGroupSettings()Default constructor.
PivotFieldGroupSettings(PivotFieldGroupSettings_Impl* impl)Constructs from an implementation object.
PivotFieldGroupSettings(const PivotFieldGroupSettings& src)Copy constructor.
~PivotDiscreteGroupSettings()Destructor.
~PivotFieldGroupSettings()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also