Method GetInt
GetInt(int, string)
Gets the specified int value.
public int? GetInt(int rowIndex, string columnName)
Parameters
rowIndexintThe index of the row to query.
columnNamestringThe name/label of the column to query.
Returns
- int?
The associated value. null if no value is set.
GetInt(int, int)
Gets the specified int value.
public int? GetInt(int rowIndex, int columnIndex)
Parameters
Returns
- int?
The associated value. null if no value is set.