Click or drag to resize

TableCellsSetGrid Method

This method defines the table grid.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void SetGrid(
	int Columns,
	int Rows
)

Parameters

Columns
Type: SystemInt32
Rows
Type: SystemInt32
Remarks

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.

See Also