CollapsePivotTableConfiguration Class

NReco.PivotData Class Library Documentation
Defines configuration for CollapsePivotTable.
Inheritance Hierarchy

SystemObject
  NReco.PivotDataCollapsePivotTableConfiguration

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public class CollapsePivotTableConfiguration

The CollapsePivotTableConfiguration type exposes the following members.

Constructors

  NameDescription
Public methodCollapsePivotTableConfiguration
Initializes a new instance of the CollapsePivotTableConfiguration class
Top
Properties

  NameDescription
Public propertyExpandedColumns
List of expanded groups on columns. Each entry is an array of group indexes for appropriate dimensions.
Public propertyExpandedRows
List of expanded groups on rows. Each entry is an array of group indexes for appropriate dimensions.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference