Gets or sets custom formatting handler for table cell values (measure,measure index)->(value)
Namespace:
NReco.PivotData.Output
Assembly:
NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
public Func<IAggregator, int, Object> FormatValue { get; set; }
Public Property FormatValue As Func(Of IAggregator, Integer, Object)
Get
Set
public:
property Func<IAggregator^, int, Object^>^ FormatValue {
Func<IAggregator^, int, Object^>^ get ();
void set (Func<IAggregator^, int, Object^>^ value);
}
member FormatValue : Func<IAggregator, int, Object> with get, set
Property Value
Type:
FuncIAggregator,
Int32,
Object
Reference