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