24 #ifndef __ICellAdornment__ 25 #define __ICellAdornment__ 27 #include "IPMUnknown.h" 29 #include "TableTypes.h" 59 enum {kDefaultIID = IID_ICELLADORNMENT};
61 typedef enum { kPassBeforeCell = -1, kPassAfterCell = 1 } DrawPass;
104 int32 iShapeFlags = 0) = 0;
108 DECLARE_BASE_TYPE(ICellAdornment::DrawPass);
110 #endif // __ICellAdornment__