Integrating with Other Products > API Guide > PTC Mathcad Prime Objects > Object: Matrix
  
Object: Matrix
This object represents the PTC Mathcad PrimeMatrix COM interface Ptc.MathcadPrime.Automation.IMathcadPrimeMatrix.
Methods
GetMatrixElement(RowIndex as integer, ColumnIndex as integer, Value as double)—Gets the matrix element located at RowIndex, ColumnIndex to Value.
SetMatrixElement(RowIndex as integer, ColumnIndex as integer, Value as double)—Sets the matrix element located at RowIndex, ColumnIndex to Value.
where
RowIndex is the row index
ColumnIndex is the column index
Value is the matrix element value by specified row and column indices.
Properties
Columns is the number of columns in the matrix.
Rows is the number of rows in the matrix.
Sets/Gets the PTC Mathcad Prime window visibility.