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

Public Types | |
| enum | { kDefaultIID = IID_IROWCOLUMNRANGEDATA } |
Public Member Functions | |
| virtual void | Set (int32 rowOrColumnPosition, int32 count)=0 |
| virtual int32 | GetPosition (void) const =0 |
| virtual int32 | GetCount (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 row/column range selected at the time the command was fired
| pure virtual |
Returns the count Range(start, start + count)
| pure virtual |
Returns the start position Range(start, start + count)
| pure virtual |
Sets the start and count Range(start, start + count)
| rowOrColumnPosition | (start) |
| count |