Click or drag to resize
ITable Interface

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
public interface ITable

The ITable type exposes the following members.

Properties
  NameDescription
Public propertyColumnCount
Returns the columns amount of the table.
Public propertyCode exampleItem
Returns the row that is in index "idx" in the table.
Public propertyRowCount
Returns the rows amount of the table.
Top
Methods
  NameDescription
Public methodCode exampleGetColumnIndex
Returns the index of column name inColumnName
Public methodCode exampleGetColumnName
Returns the name of column index inColumnIdx
Top
See Also