Click or drag to resize

ITable Interface

Interface of a table.

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

The ITable type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Gets the list of table columns.
Public propertyHeaderLines
Gets the number of lines in the column headers.
Public propertyIsValid
Gets or sets a boolean value to indicate whether the table has valid data.
Public propertyName
Gets or set the name of the table.
Public propertyPageCount
Gets the number of report pages that the table spans.
Public propertyPageNumber
Gets the report page number where the table was detected.
Public propertyRows
Gets the list of table rows.
Top
Methods
  NameDescription
Public methodAddColumn
Adds a new column to the end of the table.
Top
See Also