XLL+ Class Library (7.0)

CXllApp::GetUseAutomation

Returns the value of the UseAutomation attribute

BOOL GetUseAutomation( ) const;

Return Value

Returns the value of the UseAutomation attibute. If this attribute is set to TRUE, then the addin will get a handle to Excel's COM interface during initialization. If it is FALSE, then the COM interface will not be available to the add-in.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods | CXllCom object | CXllApp::GetApplicationDispatch() | CXllApp::SetUseAutomation()