Click or drag to resize

TableCellsMergeRows Method

This method merges a set of cells vertically in the table.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void MergeRows(
	int Start,
	int End,
	[OptionalAttribute] int Column
)

Parameters

Start
Type: SystemInt32
End
Type: SystemInt32
Column (Optional)
Type: SystemInt32
Remarks

Start and End parameters specify the starting and ending rows. The Column is an optional numeric parameter. If it is -1 or unspecified, the whole rows specified by the Start and End parameters are merged. Otherwise only the cells of the specified column are processed.

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