Specifies the value of the current row of the specified column in the ADO Record set.
Syntax
object.ColumnN[= String | Long | Date | Double)]
Parameters
The Column property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
String |
A string value in the current row. |
Long |
A numeric value in the current row. |
Date |
A date value in the current row. |
Double |
A double-precision floating-point value in the current row. |