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).
L.
Font object (PFE).
a.
Bold property (vba.Font).
b.
ColorIndex property (vba.Font).
c.
Dispatch property (vba.Font).
d.
FontStyle property (vba.Font).
e.
Italic property (vba.Font).
f.
Name property (vba.Font).
g.
Parent property (vba.Font).
h.
Size property (vba.Font).
i.
Strikethrough property (vba.Font).
j.
Subscript property (vba.Font).
k.
Superscript property (vba.Font).
l.
Underline property (vba.Font).
2.
Lower level access to Excel API.
3.
Event trapping (PFE).
4.
Configuration files (PFE).
Index.
Contents.
Parent property (vba.Font).
he Parent property of the vba.Font object returns a Dispatch object. Such object may be cast using one of the vba module's constructors.
Index.
Contents.
Copyright 2007