![]() | InDesign SDK 20.5 |
#include <TableTypes.h>
Public Member Functions | |
| GridID (uint32 id=0) | |
| operator uint32 () const | |
Represents the 'id' of a grid element in the table model. The API on ITableModel allows conversion between GridAddress and GridID; a GridID for a cell is unique within a particular table. It is used in contexts such as the story-thread dictionary as a lookup key to determine the text thread associated with a particular cell.
| inlineexplicit |
Constructor.
| id | specifies the identifier to associate with this instance |
| inline |
Overload of a type conversion operator.