Gets or sets custom formatting handler for measure headers (JSON: 'MeasureLabels' array).
Namespace:
NReco.PivotData.Output
Assembly:
NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
public Func<IAggregatorFactory, int, string> FormatMeasureHeader { get; set; }
Public Property FormatMeasureHeader As Func(Of IAggregatorFactory, Integer, String)
Get
Set
public:
property Func<IAggregatorFactory^, int, String^>^ FormatMeasureHeader {
Func<IAggregatorFactory^, int, String^>^ get ();
void set (Func<IAggregatorFactory^, int, String^>^ value);
}
member FormatMeasureHeader : Func<IAggregatorFactory, int, string> with get, set
Property Value
Type:
FuncIAggregatorFactory,
Int32,
String
Reference