HeatmapPivotTable Constructor (IPivotTable, HeatmapPivotTable.HeatmapMode, Int32)

NReco.PivotData Class Library Documentation
Initializes a new instance of HeatmapPivotTable instance by specified IPivotTable, heatmap mode and measure index.

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

public HeatmapPivotTable(
	IPivotTable pivotTable,
	HeatmapPivotTable.HeatmapMode heatmapMode,
	int measureIndex
)

Parameters

pivotTable
Type: NReco.PivotData.IPivotTable
heatmapMode
Type: NReco.PivotData.HeatmapPivotTable.HeatmapMode
measureIndex
Type: System.Int32
See Also

Reference