Set the number of rows and columns.
SetShape(nRows, nCols, bKeepData)
Returns TRUE on successful exit and FALSE on failure.
EX1
import PyOrigin msheet = PyOrigin.ActiveLayer() msheet.SetShape(5,5)
Matrixsheet::SetNumMats