Quantitative Analysis
Parallel Processing
Numerical Analysis
C++ Multithreading
Python for Excel
Python Utilities
Services
Author

I. Motivation and design (PFE).
II. Installation of the Python for Excel.
III. Tutorial introduction into the Python for Excel.
IV. PFE Programmer's reference.
1. Direct access to Excel API.
2. Lower level access to Excel API.
A. Dispatch object (PFE).
B. PyCObject object (PFE).
3. Event trapping (PFE).
4. Configuration files (PFE).
Index. Contents.

PyCObject object (PFE).


he PyCObject method returns a PyCObject pointer to the COM IDispatch interface behind the represented Dispatch object. The IDispatch pointer is not AddRef-ed.

See the Python documentation for more information on PyCObject. See the book "Developer's Workshop to COM and ATL 3.0" by Andrew Troelsen for more information on IDispatch interface.





Index. Contents.


















Copyright 2007