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
public Func<Object, string, string> FormatKey { get; set; }
Public Property FormatKey As Func(Of Object, String, String)
Get
Set
public:
property Func<Object^, String^, String^>^ FormatKey {
Func<Object^, String^, String^>^ get ();
void set (Func<Object^, String^, String^>^ value);
}
member FormatKey : Func<Object, string, string> with get, set
Property Value
Type:
FuncObject,
String,
String
Reference