GetEmbeddedGraphs
Provides access to all embedded graphs
int GetEmbeddedGraphs( StringArray & names, DWORD dwExcludeBits = 0 )
returns the number of graphs embedded
EX1
//receives the names of the embedded graphs. void Worksheet_GetEmbeddedGraphs_Ex1() { Worksheet wks = Project.ActiveLayer(); if(!wks) return; StringArray vsNames; int nn = wks.GetEmbeddedGraphs(vsNames); if(nn == 0) printf("no embedded graphs"); else printf("%d embedded graphs", nn); }
Worksheet::GetEmbeddingParams
origin.h