Click or drag to resize

TableCellsSplitRow Method

This method splits one or more cells vertically.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void SplitRow(
	int Row,
	[OptionalAttribute] int Position,
	[OptionalAttribute] int Column
)

Parameters

Row
Type: SystemInt32
Position (Optional)
Type: SystemInt32
Column (Optional)
Type: SystemInt32
Remarks

Column is an optional numeric parameter. If it is -1 or unspecified, the whole row including all columns is split. If it is specified, the cell in the row defined by Row and the column defined by Column is split.

The Position is an optional numeric parameter that sets the split position. If it is -1 or unspecified, the cell or the column is split into two equal pieces.

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