Implements a control that displays data in a grid.
This class is creatable.
DIM hGridView AS GridView hGridView = NEW GridView ( Parent AS Container ) |
This class acts like a read-only array.
DIM hGridView AS GridView DIM hGridCell AS .GridCell hGridCell = hGridView [ Row AS Integer, Column AS Integer ] |