This interface provides information about a particular table cell, table frame cell, or table cell area found in the document.
| virtual GridArea IPreflightTableCellInfo::GetGridArea | ( | | ) | const |
| pure virtual |
Get the area in the table model this cell or cell range is.
To determine whether this is a single cell, as opposed to a range, use GetGridArea().GetSpan().IsUnitSpan(). Note that if you know this is a TableCell or TableFrameCell, you're guaranteed that it is a single cell, so this advice only applies if you're handed one of these interfaces without context.
If you know it's a single cell then you can get the address from GetGridArea().GetTopLeft().
- Returns
- The area of the cell.