PageTableAreaItem Property |
Gets the table cell by row and column indexes.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic PageTableAreaCell this[
int rowIndex,
int columnIndex
] { get; }
Public ReadOnly Default Property Item (
rowIndex As Integer,
columnIndex As Integer
) As PageTableAreaCell
Get
public:
property PageTableAreaCell^ default[int rowIndex, int columnIndex] {
PageTableAreaCell^ get (int rowIndex, int columnIndex);
}
member Item : PageTableAreaCell with get
Parameters
- rowIndex
- Type: SystemInt32
The zero-based index of the cell row. - columnIndex
- Type: SystemInt32
The zero-based index of the cell column.
Return Value
Type:
PageTableAreaCellAn instance of
PageTableAreaCell class;
null if no cell is found.
See Also