[]
Represents a cell in an ITable.
public interface ITableCell
Public Interface ITableCell
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. |
Name | Description |
---|---|
GetBounds() | Returns the bounds of the cell on the page. |