PivotArea Class

PivotArea class

Presents the selected area of the PivotTable.


type PivotArea struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewPivotAreaPresents the selected area of the PivotTable.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetFiltersGets all filters for this PivotArea.
SelectSelect the area with filters.
GetOnlyDataIndicates whether only the data values (in the data area of the view) for an itemselection are selected and does not include the item labels.
SetOnlyDataIndicates whether only the data values (in the data area of the view) for an itemselection are selected and does not include the item labels.
GetOnlyLabelIndicates whether only the data labels for an item selection are selected.
SetOnlyLabelIndicates whether only the data labels for an item selection are selected.
IsRowGrandIncludedIndicates whether the row grand total is included.
SetIsRowGrandIncludedIndicates whether the row grand total is included.
IsColumnGrandIncludedIndicates whether the column grand total is included.
SetIsColumnGrandIncludedIndicates whether the column grand total is included.
GetAxisTypeGets and sets the region of the PivotTable to which this rule applies.
SetAxisTypeGets and sets the region of the PivotTable to which this rule applies.
GetRuleTypeGets and sets the type of selection rule.
SetRuleTypeGets and sets the type of selection rule.
IsOutlineIndicates whether the rule refers to an area that is in outline mode.
SetIsOutlineIndicates whether the rule refers to an area that is in outline mode.