TableCells.GetRowHeight Method
|
Use this property to get the height of a row in the table.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int GetRowHeight(
int Row
)
Public Function GetRowHeight (
Row As Integer
) As Integer
public:
int GetRowHeight(
[InAttribute] int Row
)
Parameters
- Row
- Type: System.Int32
Return Value
Type:
Int32
Remarks
The Row parameter is the index of the requested row.
See Also