Click or drag to resize

TableCellsSplitColumn Method

This method splits one or more cells horizontally.

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

Parameters

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

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

Position is an optional numeric parameter which 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