Skip to main content
All cells of a table block form a single collection represented by TableCells object. Besides the standard collection functionality, this object contains methods for merging and splitting groups of table cells and method for finding table cell index in collection by its position in a base table grid. The collection is accessible via the TableBlock object.
  • The indexing of ABBYY FineReader Engine collections starts with 0.
  • The foreach statement in C# (for each in Visual Basic .NET) can be used to manipulate the collection.

Properties

Methods

TableCells Object Diagram

Samples

The object is used in the following code samples: Windows: RecognizedTextProcessing; and demo tools: Engine Predefined Processing Profiles.

See also

TableBlock TableCell Working with Layout and Blocks Working with Text Working with Collections Working with Properties