Variable number (maintained internally by the Amos engine) of the variable associated with a matrix column. Read-only.
Syntax
result = object.ColumnNumber(i)
The ColumnNumber property syntax has the following parts:
Part |
Description |
result |
The Amos engine's internal variable number for the variable associated with column i. |
object |
An object of type AmosMatrix. |
i |
An integer specifying a column number. Column 0 is the first column. |
Placement: [3].