COM getApplication() { return m_comApplication; }
com app, sheets; int shCount; COMExcelDocument_RU excelDocument; ; ...................... app = excelDocument.getApplication(); sheets = app.sheets(); shCount = sheets.count();