GetColumnValue()
- Last UpdatedJul 22, 2024
- 1 minute read
Use the GetColumnValue() method to retrieve the value of the column specified by ColumnNum.
Syntax
object GetColumnValue(
int ColumnNum)
Return value
If ColumnNum is equal to or greater than the number of columns stored in the row, as returned by the ColumnCount property, null is returned.
Note: The value is returned as a generic object and must be cast by the script to the intended type.