24 #ifndef __ITableSelectionSuite__ 25 #define __ITableSelectionSuite__ 27 #include "ITableTarget.h" 28 #include "TablesUIID.h" 29 #include "TableTypes.h" 40 enum { kDefaultIID = IID_ITABLESELECTION_SUITE };
90 const bool16 useTopRowAsAnchor,
const bool16 autoScroll) = 0;
95 virtual void SelectRows(
const int32 startRowNum,
const int32 rowsToSelect,
const bool16 useTopRowAsAnchor,
96 const bool16 autoScroll) = 0;
112 const bool16 useLeftColumnAsAnchor,
const bool16 autoScroll) = 0;
117 virtual void SelectColumns(
const int32 startColNum,
const int32 colsToSelect,
118 const bool16 useLeftColumnAsAnchor,
const bool16 autoScroll) = 0;
129 const bool16 useLeftColumnAsAnchor,
const bool16 autoScroll) = 0;
239 #endif //__ITableSelectionSuite__