ProductName  

Indicates the maximum number of columns or rows of the matrix object.

Syntax

MatrixObject.MaxSize

Property Value

Read only. Long integer representing the maximum allowable number of columns or rows.

Remarks

Maximum allowed size of the matrix depends upon which edition of Matrix ActiveX Component is in use.

Note that although it is possible to create matrices of the MaxSize, there are performance issues to consider. A quick way to estimate the useable matrix size would be to:

See Also

Rows Property | Size Method

Applies To: Matrix | CMatrix