PivotTableCalculateOption Class
PivotTableCalculateOption class
Rerepsents the options of calcuating the pivot table.
type PivotTableCalculateOption struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewPivotTableCalculateOption | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetRefreshData | Indicates whether refreshing data source of the pivottable. |
| SetRefreshData | Indicates whether refreshing data source of the pivottable. |
| GetRefreshCharts | Indicates whether refreshing charts are based on this pivot table. |
| SetRefreshCharts | Indicates whether refreshing charts are based on this pivot table. |
| GetReserveMissingPivotItemType | Represents how to reserve missing pivot items. |
| SetReserveMissingPivotItemType | Represents how to reserve missing pivot items. |