TableCells.GetItem Method
|
This property returns the requested
TableCell object from the collection.
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: System.Int32
- TableCell
- Type: Kofax.OmniPageCSDK.IproPlus.TableCell
Remarks
The cells are ordered from top to bottom and from left to right.
See Also