Interface CsvMapper.ICsvReader
public interface CsvMapper.ICsvReader
- Extension Methods
Properties
ColumnCount
int ColumnCount { get; }
Property Value
Messages
MessageBuilder Messages { get; }
Property Value
RowCount
int RowCount { get; }
Property Value
Methods
GetValue<T>(int, string)
T GetValue<T>(int row, string column)
Parameters
Returns
- T
Type Parameters
T