GetCurrentRowColumnByIndex()
- Last UpdatedJul 22, 2024
- 1 minute read
Use the GetCurrentRowColumnByIndex() method to obtain a specific column value from the current row. Use this method to read a single column value. For more information, see SelectRow().
You must provide a zero-based column index.
Syntax
object GetCurrentRowColumnByIndex(
int ColumnNumber)
Parameters
ColumnNumber
Zero-based index to the table column.
Return value
The object returned on failure is Null. The requested index is either negative, larger than the number of columns, or there is no valid current row.