ITable Interface |
Namespace: Opait.ReportMiner.Api
public interface ITable
The ITable type exposes the following members.
| Name | Description | |
|---|---|---|
| Columns |
Gets the list of table columns.
| |
| HeaderLines |
Gets the number of lines in the column headers.
| |
| IsValid |
Gets or sets a boolean value to indicate whether the table
has valid data.
| |
| Name |
Gets or set the name of the table.
| |
| PageCount |
Gets the number of report pages that the table spans.
| |
| PageNumber |
Gets the report page number where the table was detected.
| |
| Rows |
Gets the list of table rows.
|