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