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