PivotTableDataTableWriterFormatColumnKey Property

NReco.PivotData Class Library Documentation
Gets or sets custom formatting handler for table 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, string> FormatColumnKey { get; set; }

Property Value

Type: FuncObject, String, String
See Also

Reference