Aspose::Cells::Pivot::PivotTableRefreshOption class

PivotTableRefreshOption class

Represents the options of refreshing data source of the pivot table.

class PivotTableRefreshOption

Methods

MethodDescription
GetReserveMissingPivotItemType()Represents how to reserve missing pivot items.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotTableRefreshOption& src)operator=
PivotTableRefreshOption()Represents the options of refreshing data source of the pivot table.
PivotTableRefreshOption(PivotTableRefreshOption_Impl* impl)Constructs from an implementation object.
PivotTableRefreshOption(const PivotTableRefreshOption& src)Copy constructor.
SetReserveMissingPivotItemType(ReserveMissingPivotItemType value)Represents how to reserve missing pivot items.
~PivotTableRefreshOption()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also