Click or drag to resize

TableCellsGetColumnWidth 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
Syntax
public int GetColumnWidth(
	int Column
)

Parameters

Column
Type: SystemInt32

Return Value

Type: Int32
Remarks

The Column parameter is the index of the requested column.

See Also