Click or drag to resize

TableCellsRowCount Property

This property returns the number of rows building up the logical table that the particular table cells overlay.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public int RowCount { get; }

Property Value

Type: Int32
Remarks

Each cell is built up from one or more logical grid units defined by the RowCount and ColumnCount properties. The dimensions of the logical grid cells are not necessarily the same, their size can vary depending on the table structure. To get information on the dimension of a particular row or column, use the GetRowHeight and GetColumnWidth methods.

See Also