IPivotTable Interface

NReco.PivotData Class Library Documentation
Represents an abstract pivot table model.

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

public interface IPivotTable

The IPivotTable type exposes the following members.

Properties

  NameDescription
Public propertyColumnKeys
Gets the collection of column keys.
Public propertyColumns
Dimensions for pivot table columns.
Public propertyPivotData
Gets the underlying IPivotData instance.
Public propertyRowKeys
Gets the collection of row keys.
Public propertyRows
Dimensions for pivot table rows.
Top
Methods

  NameDescription
Public methodGetValue
Gets value for specified row and column keys.
Top
See Also

Reference