TableCellsSetRowHeight Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SetRowHeight(
int Row,
int Height
)
Public Sub SetRowHeight (
Row As Integer,
Height As Integer
)
public:
void SetRowHeight(
[InAttribute] int Row,
[InAttribute] int Height
)
Parameters
- Row
- Type: SystemInt32
- Height
- Type: SystemInt32
See Also