This method is called when table value 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 OnWriteValueCell(
PivotTableHtmlWriter.ValueCellContext valueContext
)
Protected Overridable Sub OnWriteValueCell (
valueContext As PivotTableHtmlWriter.ValueCellContext
)
protected:
virtual void OnWriteValueCell(
PivotTableHtmlWriter.ValueCellContext^ valueContext
)
abstract OnWriteValueCell :
valueContext : PivotTableHtmlWriter.ValueCellContext -> unit
override OnWriteValueCell :
valueContext : PivotTableHtmlWriter.ValueCellContext -> unit
Parameters
- valueContext
- Type: NReco.PivotData.Output.PivotTableHtmlWriter.ValueCellContext
object that holds context data
You can override this method in order to provide additional customization for the values.
For instance, it is possible to add extra CSS class depending on keys.
Reference