OleAutomationObject
An OleAutomationObject provides a programming interface to OLE automation objects exposed by an OLE server. OLE automation objects contain data (properties) and the functions (methods) used to perform an action with the object. For example, Microsoft Excel handles all the operations and data associated with a range of cells in a spreadsheet. With OleAutomationObject, you can do the following:
Create an instance of OleAutomationObject that references an OLE automation server object through a name, through a server file, or from an existing embedded or linked OleClient object
Set or retrieve properties of an OLE automation server object
Invoke methods on an OLE automation server object.
Last modified date: 01/29/2015