Version

GridSelectedCellCollection class Members

The following tables list the members exposed by GridSelectedCellCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertylengthReturns the amount of items that are currently selected. (Inherited from Infragistics.Web.UI.GridSelectionCollection)
Public Methods
 NameDescription
Public MethodaddSelects the specified cell.  
Public MethodaddRangeSelects all specified items. (Inherited from Infragistics.Web.UI.GridSelectionCollection)
Public MethodclearClears the cell selection in the grid.  
Public MethodgetItemReturns the selected cell at the specified index.  
Public MethodindexOfReturns the index of the cell in the given collection, -1 if not found.  
Public MethodremoveUnselects the specified cell.  
See Also