#include <excel8.h>
Inherits COleDispatchDriver.
Public Member Functions | |
| Borders () | |
| Borders (LPDISPATCH pDispatch) | |
| Borders (const Borders &dispatchSrc) | |
| LPDISPATCH | GetApplication () |
| long | GetCreator () |
| LPDISPATCH | GetParent () |
| VARIANT | GetColor () |
| void | SetColor (const VARIANT &newValue) |
| VARIANT | GetColorIndex () |
| void | SetColorIndex (const VARIANT &newValue) |
| long | GetCount () |
| LPDISPATCH | GetItem (long Index) |
| VARIANT | GetLineStyle () |
| void | SetLineStyle (const VARIANT &newValue) |
| LPUNKNOWN | Get_NewEnum () |
| VARIANT | GetValue () |
| void | SetValue (const VARIANT &newValue) |
| VARIANT | GetWeight () |
| void | SetWeight (const VARIANT &newValue) |
| LPDISPATCH | Get_Default (long Index) |
| LPDISPATCH Borders::Get_Default | ( | long | Index | ) |
Definition at line 5329 of file excel8.cpp.
| LPUNKNOWN Borders::Get_NewEnum | ( | ) |
Definition at line 5292 of file excel8.cpp.
| LPDISPATCH Borders::GetApplication | ( | ) |
Definition at line 5209 of file excel8.cpp.
| VARIANT Borders::GetColor | ( | ) |
Definition at line 5230 of file excel8.cpp.
| VARIANT Borders::GetColorIndex | ( | ) |
Definition at line 5245 of file excel8.cpp.
| long Borders::GetCount | ( | ) |
Definition at line 5260 of file excel8.cpp.
| long Borders::GetCreator | ( | ) |
Definition at line 5216 of file excel8.cpp.
| LPDISPATCH Borders::GetItem | ( | long | Index | ) |
Definition at line 5267 of file excel8.cpp.
| VARIANT Borders::GetLineStyle | ( | ) |
Definition at line 5277 of file excel8.cpp.
| LPDISPATCH Borders::GetParent | ( | ) |
Definition at line 5223 of file excel8.cpp.
| VARIANT Borders::GetValue | ( | ) |
Definition at line 5299 of file excel8.cpp.
| VARIANT Borders::GetWeight | ( | ) |
Definition at line 5314 of file excel8.cpp.
| void Borders::SetColor | ( | const VARIANT & | newValue | ) |
Definition at line 5237 of file excel8.cpp.
| void Borders::SetColorIndex | ( | const VARIANT & | newValue | ) |
Definition at line 5252 of file excel8.cpp.
| void Borders::SetLineStyle | ( | const VARIANT & | newValue | ) |
Definition at line 5284 of file excel8.cpp.
| void Borders::SetValue | ( | const VARIANT & | newValue | ) |
Definition at line 5306 of file excel8.cpp.
| void Borders::SetWeight | ( | const VARIANT & | newValue | ) |
Definition at line 5321 of file excel8.cpp.