Version

SelectedRowsCollection Class Methods

For a list of all members of this type, see SelectedRowsCollection members.

Public Methods
 NameDescription
Public MethodAddAdds the specified row to this selected rows collection.  
Public MethodAddRangeOverloaded. Adds a range of rows to this SelectedRowsCollection, effectively selecting multiple rows in one operation.  
Public MethodClearClears the collection unselecting any selected rows.  
Public MethodContains (Inherited from Infragistics.Shared.SparseCollectionBase)
Public MethodCopyToOverloaded. Copies the elements of the collection into the array.  
Public MethodGetEnumeratorReturns a type safe enumerator.  
Public MethodGetItem (Inherited from Infragistics.Shared.SparseCollectionBase)
Public MethodIndexOf (Inherited from Infragistics.Shared.SparseCollectionBase)
Public MethodSortOverloaded. Sorts the items in the collection according their visible order.  
Protected Methods
 NameDescription
Protected MethodCreateArray (Inherited from Infragistics.Shared.SparseCollectionBase)
Protected MethodInternalAdd (Inherited from Infragistics.Shared.SparseCollectionBase)
Protected MethodInternalAddRange (Inherited from Infragistics.Shared.SparseCollectionBase)
Protected MethodInternalInsert (Inherited from Infragistics.Shared.SparseCollectionBase)
Protected MethodInternalRemoveOverloaded.  (Inherited from Infragistics.Shared.SparseCollectionBase)
See Also