#include <excel8.h>
Inherits COleDispatchDriver.
Public Member Functions | |
| Interior () | |
| Interior (LPDISPATCH pDispatch) | |
| Interior (const Interior &dispatchSrc) | |
| LPDISPATCH | GetApplication () |
| long | GetCreator () |
| LPDISPATCH | GetParent () |
| VARIANT | GetColor () |
| void | SetColor (const VARIANT &newValue) |
| VARIANT | GetColorIndex () |
| void | SetColorIndex (const VARIANT &newValue) |
| VARIANT | GetInvertIfNegative () |
| void | SetInvertIfNegative (const VARIANT &newValue) |
| VARIANT | GetPattern () |
| void | SetPattern (const VARIANT &newValue) |
| VARIANT | GetPatternColor () |
| void | SetPatternColor (const VARIANT &newValue) |
| VARIANT | GetPatternColorIndex () |
| void | SetPatternColorIndex (const VARIANT &newValue) |
| LPDISPATCH Interior::GetApplication | ( | ) |
Definition at line 5346 of file excel8.cpp.
| VARIANT Interior::GetColor | ( | ) |
Definition at line 5367 of file excel8.cpp.
| VARIANT Interior::GetColorIndex | ( | ) |
Definition at line 5382 of file excel8.cpp.
| long Interior::GetCreator | ( | ) |
Definition at line 5353 of file excel8.cpp.
| VARIANT Interior::GetInvertIfNegative | ( | ) |
Definition at line 5397 of file excel8.cpp.
| LPDISPATCH Interior::GetParent | ( | ) |
Definition at line 5360 of file excel8.cpp.
| VARIANT Interior::GetPattern | ( | ) |
Definition at line 5412 of file excel8.cpp.
| VARIANT Interior::GetPatternColor | ( | ) |
Definition at line 5427 of file excel8.cpp.
| VARIANT Interior::GetPatternColorIndex | ( | ) |
Definition at line 5442 of file excel8.cpp.
| void Interior::SetColor | ( | const VARIANT & | newValue | ) |
Definition at line 5374 of file excel8.cpp.
| void Interior::SetColorIndex | ( | const VARIANT & | newValue | ) |
Definition at line 5389 of file excel8.cpp.
| void Interior::SetInvertIfNegative | ( | const VARIANT & | newValue | ) |
Definition at line 5404 of file excel8.cpp.
| void Interior::SetPattern | ( | const VARIANT & | newValue | ) |
Definition at line 5419 of file excel8.cpp.
| void Interior::SetPatternColor | ( | const VARIANT & | newValue | ) |
Definition at line 5434 of file excel8.cpp.
| void Interior::SetPatternColorIndex | ( | const VARIANT & | newValue | ) |
Definition at line 5449 of file excel8.cpp.