Item
PageTableArea indexer
Gets the table cell by row and column indexes.
public PageTableAreaCell this[int rowIndex, int columnIndex] { get; }
| Parameter | Description |
|---|---|
| rowIndex | The zero-based index of the cell row. |
| columnIndex | The zero-based index of the cell column. |
Return Value
An instance of PageTableAreaCell class; null if no cell is found.
See Also
- class PageTableAreaCell
- class PageTableArea
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser