DB_Table.get_value
get_valueselectorindexif_missing
Group: Selections
Aliases: cell value
, get cell
Documentation
Gets a value from the table.
Arguments
selector
: The name or index of the column.index
: The index of the value to get within the column.if_missing
: The value to use if the selector isn't present.