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