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
Syntaxpublic void GetTableCells(
out TableCells TableCells
)
Public Sub GetTableCells (
<OutAttribute> ByRef TableCells As TableCells
)
public:
void GetTableCells(
[OutAttribute] TableCells^% TableCells
)
Parameters
- TableCells
- Type: Kofax.OmniPageCSDK.IproPlusTableCells
Remarks
If the zone type is not WT_TABLE, this property returns Nothing.
See Also