Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
int Index,
out TableCell TableCell
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef TableCell As TableCell
)
public:
void GetItem(
int Index,
[OutAttribute] TableCell^% TableCell
)
Parameters
- Index
- Type: SystemInt32
- TableCell
- Type: Kofax.OmniPageCSDK.IproPlusTableCell
See Also