XLL+ Class Library (6.3)

CXllCom Methods

The methods of the CXllCom class are listed here.

Shortcuts

public method OleGetRange Get a Range
public method OleGetWorkbook Get a member of the Application.Workbooks collection by name
public method OleGetWorkbooks Get the Application.Workbooks collection
public method OleGetWorksheet Get a Worksheet by name
public method OleGetWorksheets Get the Worksheets collection for a named workbook

Properties

public method OleGetOnCalculate Get the value of Application.OnCalculate
public method OleGetOnSheetActivate Get the value of Application.OnSheetActivate
public method OleGetOnSheetDeactivate Get the value of Application.OnSheetDeactivate
public method static method OleGetRangeAddress Get the value of Range.Address
public method static method OleGetRangeFormula Get the value of Range.Formula
public method static method OleGetRangeValue Get the value of Range.Value
public method static method OleGetRangeWorksheet Get the value of Range.Worksheet
public method OleGetWarnings Get the value of Application.DisplayAlerts
public method static method OleGetWorkbookName Get the name of a workbook
public method static method OleGetWorksheetName Get the name of a worksheet
public method static method OleGetWorksheetWorkbook Get the value of Worksheet.Parent
public method OleSetOnCalculate Set the value of Application.OnCalculate
public method OleSetOnSheetActivate Set the value of Application.OnSheetActivate
public method OleSetOnSheetDeactivate Set the value of Application.OnSheetDeactivate
public method OleSetWarnings Set the value of Application.DisplayAlerts

Search

public method static method OleRangeIsCurrent Get the value of Range.Address = Range.CurrentArray.Address
public method static method OleRangeIsFirst Returns whether range is the first (or only) cell of an array
public method static method OleWorksheetFindFormula Search for an instance of a formula in a worksheet

Operations

public method OleExecuteExcel4Macro Call Application.ExecuteExcel4Macro
public method static method OleTouchRange Force a range to recalculate

Construction

public method CXllCom Constructs a CXllCom object

Requirements

Header: xlpcom.h

See Also

CXllCom Class | xlpcom.h | CXllApp::SetSinkEvents()