PivotTableRefreshOption Class

PivotTableRefreshOption class

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


type PivotTableRefreshOption struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewPivotTableRefreshOptionRepresents the options of refreshing data source of the pivot table.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetReserveMissingPivotItemTypeRepresents how to reserve missing pivot items.
SetReserveMissingPivotItemTypeRepresents how to reserve missing pivot items.
IsKeepOriginalOrderIndicates whether to keep pivot items’ original order as old data source.
SetIsKeepOriginalOrderIndicates whether to keep pivot items’ original order as old data source.