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