![]() | InDesign SDK 20.5 |
#include <ISelectCellRangeCmdData.h>

Public Types | |
| enum | { kDefaultIID = IID_ISELECTCELLRANGECMDDATA } |
Public Member Functions | |
| virtual void | SetModel (UIDRef ref)=0 |
| virtual const UIDRef | GetModel (void) const =0 |
| virtual void | SetRange (GridArea range)=0 |
| virtual const GridArea | GetRange (void) const =0 |
| virtual void | SetRedraw (bool16 redraw)=0 |
| virtual const bool16 | GetRedraw (void) const =0 |
| virtual void | SetAutoScroll (bool16 redraw)=0 |
| virtual const bool16 | GetAutoScroll (void) const =0 |
| virtual void | SetSelectAction (ITableSelectionSuite::SelectAction selectAction)=0 |
| virtual const ITableSelectionSuite::SelectAction | GetSelectAction (void) const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
The cell range selected at the time the command was fired
| pure virtual |
Gets whether to auto scroll the selection
| pure virtual |
Gets the model we are acting on
| pure virtual |
Gets the cell area we are acting on
| pure virtual |
Gets whether to redraw the selection
| pure virtual |
Gets the action we are doing to make the second
| pure virtual |
Sets whether to auto scroll the selection
| bool16 |
| pure virtual |
Sets the model we are acting on
| ref |
| pure virtual |
Sets the cell area we are acting on
| range |
| pure virtual |
Sets the whether to redraw the selection
| bool16 |
| pure virtual |
Sets the action we are doing to make the second
| selectAction |