GetCurrentRowColumnByName()
- Last UpdatedOct 13, 2022
- 1 minute read
Use the GetCurrentRowColumnByName() method to obtain a specific column value from the current row by column name. Use this method to read a single column value. For more information, see SelectRow().
You must provide a column name.
Syntax
object GetCurrentRowColumnByName(
string ColumnName)
Parameters
ColumnName
Column name.