PivotTableExcelWriterFormatDimensionLabel Property

NReco.PivotData Class Library Documentation
Gets or sets custom formatting handler for dimension labels.

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

public Func<string, string> FormatDimensionLabel { get; set; }

Property Value

Type: FuncString, String
See Also

Reference