Defines configuration for CollapsePivotTable.
Inheritance Hierarchy
NReco.PivotDataCollapsePivotTableConfiguration
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The CollapsePivotTableConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CollapsePivotTableConfiguration | Initializes a new instance of the CollapsePivotTableConfiguration class |
Properties
Name | Description | |
---|---|---|
ExpandedColumns |
List of expanded groups on columns. Each entry is an array of group indexes for appropriate dimensions.
| |
ExpandedRows |
List of expanded groups on rows. Each entry is an array of group indexes for appropriate dimensions.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also