Value
Specifies the value of cell. Depending on column type the value can be of different type (string, int etc.).
cs
public Object Value { get; set; }
Specifies the value of cell. Depending on column type the value can be of different type (string, int etc.).
public Object Value { get; set; }