The methods of the CXllCom class are listed here.
CXllCom | Constructs a CXllCom object |
Init | Initialise the CXllCom object |
Term | Terminates a connection to Excel's COM interface |
OleGetWorkbooks | Get the Application.Workbooks collection |
OleGetWorkbook | Get a member of the Application.Workbooks collection by name |
OleGetWorksheets | Get the Worksheets collection for a named workbook |
OleGetWorksheet | Get a Worksheet by name |
OleGetRange | Get a Range |
OleGetWarnings | Get the value of Application.DisplayAlerts |
OleSetWarnings | Set the value of Application.DisplayAlerts |
OleGetOnSheetActivate | Get the value of Application.OnSheetActivate |
OleSetOnSheetActivate | Set the value of Application.OnSheetActivate |
OleGetOnSheetDeactivate | Get the value of Application.OnSheetDeactivate |
OleSetOnSheetDeactivate | Set the value of Application.OnSheetDeactivate |
OleGetOnCalculate | Get the value of Application.OnCalculate |
OleSetOnCalculate | Set the value of Application.OnCalculate |
OleGetRangeFormula | Get the value of Range.Formula |
OleGetRangeValue | Get the value of Range.Value |
OleGetRangeAddress | Get the value of Range.Address |
OleGetRangeWorksheet | Get the value of Range.Worksheet |
OleGetWorksheetWorkbook | Get the value of Worksheet.Parent |
OleGetWorkbookName | Get the name of a workbook |
OleGetWorksheetName | Get the name of a worksheet |
OleWorksheetFindFormula | Search for an instance of a formula in a worksheet |
OleRangeIsFirst | Returns whether range is the first (or only) cell of an array |
OleRangeIsCurrent | Get the value of Range.Address = Range.CurrentArray.Address |
OleExecuteExcel4Macro | Call Application.ExecuteExcel4Macro |
OleTouchRange | Force a range to recalculate |
Header: xlpcom.h