Implements a control that displays data in a grid.
This class is creatable.
Creates a new GridView.
This class acts like a read-only array.
DIM hGridView AS GridView DIM hGridCell AS .GridCell hGridCell = hGridView [ Row AS Integer, Column AS Integer ] |
Returns a cell from its row and its column.