Cell Property of the TableBlock Object

This property provides access to the table cell block by cell coordinate in base coordinates of the table grid.

Syntax

Visual Basic .NET

Property Cell( _
  I As Integer, _
  J As Integer, _
) As Block
  read-only
    

C++

HRESULT get_Cell(
  int      I,
  int      J,
  IBlock** Result
);
    

Parameters

I
[in] This variable contains the horizontal coordinate of the point in base coordinates of the table grid. The value of this parameter is in range from 0 to ITableBlock::BoundColumnsCount -1.
J
[in] This variable contains the vertical coordinate of the point in base coordinates of the table grid. The value of this parameter is in range from 0 to ITableBlock::RowsCount -1.
Result
[out, retval] A pointer to the IBlock* variable that receives the interface pointer for the cell block.

Return values

This property has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.

Remarks

Cell coordinates in a base grid are the coordinates of its left top corner in that 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.

See also

TableBlock

Working with Properties

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.