TableCells.SetGrid Method |
Namespace: Kofax.OmniPageCSDK.IproPlus
The parameters Columns and Rows specify the number of columns and rows in the grid. This means that by default, the number of cells will equal to Columns * Rows. All columns will have the same width and all rows will have the same height.
This method removes the existing TableCell objects and creates a new set.
You can merge or split grid cells, using other TableCells methods.
If this method is called and the parent of the collection is an OCRZone object, a trappable error occurs. Otherwise the Modified property of the ascending Document object is set to True.