m_bIsExcel
WorksheetPage
public
BOOL m_bIsExcel
EX1
// For this example to run an Excel window should be active in Origin void WorksheetPage_m_bIsExcel_ex1() { WorksheetPage wp = Project.ActiveLayer().GetPage(); if( !wp ) { out_str("Invalid page!"); return; } BOOL bOK = wp.m_bIsExcel; out_int("OK = ", bOK); }
Read-only property. It is true if the page object is an Excel page.
origin.h