RowSet (Runtime property)

This property is used to get a array of the rows in in the Grid, or to assign a new array of rows to the Grid. The array is of GridObjectArray type and Implements the IArray Interface.

PROPERTY RowSet as GridObjectArray

The main differences in swaping RowSet and Matrixes is that the RowSet only contains Rows while the Matrix contains other display settings, such as Column width and other such settings.

Notes:
* Setting this property will not resynhronize the scrollbars or other seleltion
settings. See the ResynhcronizeContainer method to to that.

* Setting this property will not cause a redrawing of the Grid.