info("matrixcell")

The info(“matrixcell”) function returns the current cell number within a matrix object.


Description

This function returns the current cell number within a matrix object. There are two places this function can be used:

1) When drawing the matrix (in a formula in an object that is in the matrix frame).
2) In a procedure that is triggered by clicking on the matrix.

Matrix cells are numbered starting with 1 in the upper left hand corner. If the matrix order is horizontal, then the cell numbers will be consecutively numbered from left to right in each row. If the matrix order is vertical, then the cell numbers will be consecutively numbered from top to bottom in each column.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.