PivotTableCalculateOption Class

PivotTableCalculateOption class

Rerepsents the options of calcuating the pivot table.


type PivotTableCalculateOption struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewPivotTableCalculateOptionDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetRefreshDataIndicates whether refreshing data source of the pivottable.
SetRefreshDataIndicates whether refreshing data source of the pivottable.
GetRefreshChartsIndicates whether refreshing charts are based on this pivot table.
SetRefreshChartsIndicates whether refreshing charts are based on this pivot table.
GetReserveMissingPivotItemTypeRepresents how to reserve missing pivot items.
SetReserveMissingPivotItemTypeRepresents how to reserve missing pivot items.