Click or drag to resize

UserZoneGetTableCells Method

This property returns the collection of TableCell objects representing the cells of the related table.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetTableCells(
	out TableCells TableCells
)

Parameters

TableCells
Type: Kofax.OmniPageCSDK.IproPlusTableCells
Remarks

If the zone type is not WT_TABLE, this property returns Nothing.

See Also