This method returns the index of a cell that corresponds to the specified point in base coordinates of the table grid. By the base grid here we assume the grid formed by table borders and separators. Each vertical separator increments the horizontal coordinate by one, and each horizontal separator increments the vertical coordinate by one. Coordinate axes are oriented from left to right and from top to bottom. This method may be useful if you want to obtain indices of all cells from one row or column. The horizontal coordinate corresponds to the row number, while the vertical — to the column number. The number of rows (columns) in the table is equal to the number of horizontal (vertical) separators minus 1.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
TableCells
IndexOf Method of the TableCells Object
IndexOf method of the TableCells Object in the ABBYY FineReader Engine API — Returns the index of the cell at the specified point in the table’s base coordinates (rows = horizontal coord, columns = vertical coord).
