Investment Studio > Expressions > Functions > Reference > ROWS
integer rows(array[*][*] argument)
Returns the number of rows in the argument array.
Example
=rows({{1, 2, 3}, {4, 5, 6}, {7, 8, 9}})
returns 3.
See also columns.