EmbedMatrix
Attaches a matrix to worksheet cell
BOOL EmbedMatrix( int nRow, int nCol, MatrixPage & mp, DWORD dwEmbedInfo = 0 )
returns TRUE if successful
EX1
//Attach MBook1 to worksheet cell. void Worksheet_EmbedMatrix_Ex1() { Worksheet wks = Project.ActiveLayer(); if(!wks) return; MatrixPage mp("MBook1"); if(!mp) return; wks.EmbedMatrix(0, 0, mp); }
Worksheet::EmbeddedPages, Worksheet::EmbedGraph, Worksheet::EmbedNote
origin.h