- 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
| Name | Description |
|---|---|
| IndexOf | Returns an index of the cell that corresponds to the specified point in base coordinates. This method may be useful if you want to obtain indices of all cells from one row or column. |
| Item | Provides access to a single element of the collection. |
| Merge | Merges a group of cells inside the specified rectangle. |
| Split | Splits a group of cells inside the specified rectangle. |
Related objects
Object Diagram
Samples
C# code
C# code
