Get SPC log information from worksheet
string GetSPCLog( LPCSTR lpcszWksName, int nCol )
The string contents ASCII format log
EX1
// For this example to run, a worksheet should exist in the project. int OKdll_GetSPCLog_Ex1() { string strInfo; strInfo = GetSPCLog(Project.WorksheetPages(0).GetName(), 0); out_str(strInfo); return 0; }
origin.h