The RowCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd(IDictionary)
Adds a data object, which implements the IDictionary interface on the top hierarchical level. Such object will be automatically associated with the DictionaryDataAccessor
Public methodAdd(IList)
Adds a data object, which implements the IList interface on the top hierarchical level. Such object will be automatically associated with the ListDataAccessor
Public methodAdd(Object)
Adds a user-defined data object on the top hierarchical level of the Grid. The data object will be automatically associated with the DataObjectAccessor
Public methodAdd(IDataAccessor)
Adds a IDataAccessor on the top hierarchical level of the Grid.
Public methodClear
Removes all rows (visible and invisible) from the Grid.
Public methodCollapseAll
Collapses all Rows.
Public methodExpandAll
Expands all Rows.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodInvalidate
Invalidates all Rows in the Grid.
Public methodRemove
Removes the specified Row from the grid.
Public methodRemoveAt
Removes a Row at the specified visible position.

See Also