Field RepresentationGetter
Defines a delegate for returning custom representations of cell values. If not set then ToString() is used. Return values from your delegate may be truncated e.g. based on MaxWidth
public Func<object, string> RepresentationGetter