Name of the variable associated with a matrix row. Read-only.
Syntax
result = object.RowName(i)
The RowName property syntax has the following parts:
Part |
Description |
result |
The name of 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].