ITableCell Interface Members
In This Topic
The following tables list the members exposed by ITableCell.
Public Properties
| Name | Description |
| Col | Gets the 0-based index of the table column containing the current cell. |
| Row | Gets the 0-based index of the table row containing the current cell. |
| SpanCols | Gets the number of columns spanned by the current cell. |
| SpanRows | Gets the number of rows spanned by the current cell. |
| Text | Gets the cell text. |
Top
Public Methods
| Name | Description |
| GetBounds | Returns the bounds of the cell on the page. |
Top
See Also