Click or drag to resize

IRow Interface

Interface of a row in a table.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public interface IRow

The IRow type exposes the following members.

Properties
  NameDescription
Public propertyCells
Gets the list of table cells on this row.
Public propertyIndex
The index of the row counting from zero.
Top
See Also