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(
PivotTableHtmlWriterValueCellContext valueContext
)
Protected Overridable Sub OnWriteValueCell (
valueContext As PivotTableHtmlWriterValueCellContext
)
protected:
virtual void OnWriteValueCell(
PivotTableHtmlWriterValueCellContext^ valueContext
)
abstract OnWriteValueCell :
valueContext : PivotTableHtmlWriterValueCellContext -> unit
override OnWriteValueCell :
valueContext : PivotTableHtmlWriterValueCellContext -> unit
Parameters
- valueContext
- Type: NReco.PivotData.OutputPivotTableHtmlWriterValueCellContext
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