| ITable Interface |
Namespace: SurveyToGo.UserLogic.Interfaces
public interface ITable
The ITable type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnCount |
Returns the columns amount of the table.
| |
| Item |
Returns the row that is in index "idx" in the table.
| |
| RowCount |
Returns the rows amount of the table.
|
| Name | Description | |
|---|---|---|
| GetColumnIndex |
Returns the index of column name inColumnName
| |
| GetColumnName |
Returns the name of column index inColumnIdx
|