The following table lists all properties exposed by the Matrix and CMatrix objects.
| Property | Description |
|---|---|
| AsArray | Returns / sets all elements of a matrix object to / from an array. |
| AsArrayR, AsArrayI | Return / set the real or imaginary parts of matrix elements to / from an array. |
| Cols | Sets / returns the number of matrix columns. |
| IsSquare | Returns True if matrix object is a square matrix otherwise returns False. |
| Item | Returns / sets a single element of the current matrix. |
| MaxSize | Indicates the maximum number of columns or rows of the matrix object. |
| Rows | Sets / returns the number of matrix rows. |
| Version | Returns a string indicating the Matrix ActiveX Component's version and edition. |