#include <excel8.h>
Inherits COleDispatchDriver.
Public Member Functions | |
| Border () | |
| Border (LPDISPATCH pDispatch) | |
| Border (const Border &dispatchSrc) | |
| LPDISPATCH | GetApplication () |
| long | GetCreator () |
| LPDISPATCH | GetParent () |
| VARIANT | GetColor () |
| void | SetColor (const VARIANT &newValue) |
| VARIANT | GetColorIndex () |
| void | SetColorIndex (const VARIANT &newValue) |
| VARIANT | GetLineStyle () |
| void | SetLineStyle (const VARIANT &newValue) |
| VARIANT | GetWeight () |
| void | SetWeight (const VARIANT &newValue) |
| LPDISPATCH Border::GetApplication | ( | ) |
Definition at line 5121 of file excel8.cpp.
| VARIANT Border::GetColor | ( | ) |
Definition at line 5142 of file excel8.cpp.
| VARIANT Border::GetColorIndex | ( | ) |
Definition at line 5157 of file excel8.cpp.
| long Border::GetCreator | ( | ) |
Definition at line 5128 of file excel8.cpp.
| VARIANT Border::GetLineStyle | ( | ) |
Definition at line 5172 of file excel8.cpp.
| LPDISPATCH Border::GetParent | ( | ) |
Definition at line 5135 of file excel8.cpp.
| VARIANT Border::GetWeight | ( | ) |
Definition at line 5187 of file excel8.cpp.
| void Border::SetColor | ( | const VARIANT & | newValue | ) |
Definition at line 5149 of file excel8.cpp.
| void Border::SetColorIndex | ( | const VARIANT & | newValue | ) |
Definition at line 5164 of file excel8.cpp.
| void Border::SetLineStyle | ( | const VARIANT & | newValue | ) |
Definition at line 5179 of file excel8.cpp.
| void Border::SetWeight | ( | const VARIANT & | newValue | ) |
Definition at line 5194 of file excel8.cpp.