SetLong Method (ActiveDataRow)

Class

ActiveDataRow.

Action

Sets the integer value of a column.

Syntax

SetLong (columnIndex, value)
or
SetLong (columnName, value)
Variable Description
columnIndex The index of the column (1-based). Integer.
columnName The name of the column. String.
value The new value. Integer.