The SetDataByOrdinal attribute function changes data to the current data entry for a specified data column.
Syntax | ||||
SetDataByOrdinal(Ordinal, Value) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Ordinal |
Long |
ByVal |
Number of the data column, starting at 0 |
Required |
Value |
Variant |
ByVal |
Value to receive by the field |