Not documented.
This class is creatable.
DIM hTableView AS TableView hTableView = NEW TableView ( Parent AS Container ) |
This class acts like a read-only array.
DIM hTableView AS TableView DIM hTableViewCell AS .TableViewCell hTableViewCell = hTableView [ Row AS Integer, Column AS Integer ] |