SetSize
Set the number of MatrixObjects in a matrix layer.
BOOL SetSize( int nNumObjs = 1, int nNumRows = -1, int nNumCols = -1, DWORD dwCntrl = OCD_RESTORE | OCD_INITDATA )
TRUE for success, FALSE for failure
EX1
//Set the number of MatrixObjects in a matrix layer. void MatrixLayer_SetSize_Ex1() { MatrixPage mp = Project.MatrixPages(0); if(!mp) return; MatrixLayer ml(mp.GetName()); ml.SetSize(); }
vectorbase::SetSize, vectorbase::GetSize, Array::SetSize, Array::GetSize, Worksheet::SetSize
origin.h