PivotTableJsonWriterFormatKey Property

NReco.PivotData Class Library Documentation
Gets or sets custom formatting handler for table row/column labels (key,dimension)->(label).

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

public Func<Object, string, Object> FormatKey { get; set; }

Property Value

Type: FuncObject, String, Object
See Also

Reference