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.
A.
Application object (PFE).
B.
Workbooks object (PFE).
C.
Workbook object (PFE).
D.
Worksheets object (PFE).
E.
Worksheet object (PFE).
F.
Range object (PFE).
G.
Borders object (PFE).
H.
Border object (PFE).
I.
Interior object (PFE).
J.
Names object (PFE).
K.
Name object (PFE).
a.
Delete method (vba.Name).
b.
Dispatch property (vba.Name).
c.
Index property (vba.Name).
d.
Name property (vba.Name).
e.
NameLocal property (vba.Name).
f.
Parent property (vba.Name).
g.
RefersTo property (vba.Name).
h.
RefersToRange property (vba.Name).
L.
Font object (PFE).
2.
Lower level access to Excel API.
3.
Event trapping (PFE).
4.
Configuration files (PFE).
Index.
Contents.
Delete method (vba.Name).
he Delete method removes the naming from the range, removes the Name object from the Names collection and invalidates the object reference.
Index.
Contents.
Copyright 2007