Skip to main content

ROWS

Returns the number of rows in a matrix.

CategoryMatrix
SyntaxROWS(matrix)

Parameters

ParameterRequiredDescription
matrixRequiredThe matrix to count rows in.

Example

ROWS([1, 2; 3, 4])

Auto-generated from the EngCanvas function registry.