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
protected virtual void OnWriteKeyCell(
PivotTableHtmlWriter.KeyCellContext keyContext
)
Protected Overridable Sub OnWriteKeyCell (
keyContext As PivotTableHtmlWriter.KeyCellContext
)
protected:
virtual void OnWriteKeyCell(
PivotTableHtmlWriter.KeyCellContext^ keyContext
)
abstract OnWriteKeyCell :
keyContext : PivotTableHtmlWriter.KeyCellContext -> unit
override OnWriteKeyCell :
keyContext : PivotTableHtmlWriter.KeyCellContext -> unit
Parameters
- keyContext
- Type: NReco.PivotData.Output.PivotTableHtmlWriter.KeyCellContext
object that holds context data
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.
Reference