Sets / returns the number of matrix rows.
MatrixObject.Rows = NumOfRows NumOfRows = MatrixObject.Rows
Read / write. Long integer representing the number of matrix rows.
You can either use Size method or set both Rows and Cols properties, in order to size a matrix.
Resizing a matrix preserves its previous data.
Error 1301 is returned if NumOfRows parameter is less than 1 or greater than MaxSize property.