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