[]
Gets a TableView by name.
public TableView GetTable(string tableName)
Public Function GetTable(tableName As String) As TableView
Type | Name | Description |
---|---|---|
string | tableName | Table name |
Gets a TableView from a specific position.
public TableView GetTable(int row, int column)
Public Function GetTable(row As Integer, column As Integer) As TableView