PivotTableHtmlWriterOnWriteKeyCell Method

NReco.PivotData Class Library Documentation
This method is called when table key cell is about to render.

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

protected virtual void OnWriteKeyCell(
	PivotTableHtmlWriterKeyCellContext keyContext
)

Parameters

keyContext
Type: NReco.PivotData.OutputPivotTableHtmlWriterKeyCellContext
object that holds context data
Remarks

You can override this method in order to provide additional customization for the dimension keys. For instance, it is possible to add extra CSS class depending on the dimension name or index.
See Also

Reference