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