DB_Column.at
atindex
Group: Selections
Documentation
Returns the value contained in this column at the given index.
If the value is an NA then this method returns nothing. If the index is not an index in the column it returns an Index_Out_Of_Bounds
.
Arguments
index
: The index in the column from which to get the value.
Examples
Get the first element from a column.
import Standard.Examples
example_at = Examples.integer_column.at 0