Version

GridSelectedCellCollection class

Selected cells collection. Manipulating with the items of this collection means selecting/unselecting cells in the grid.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.GridSelectedCellCollection = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.GridSelectedCellCollection();
Inheritance Hierarchy

Object
   Infragistics.Web.UI.GridSelectionCollection
      Infragistics.Web.UI.GridSelectedCellCollection

See Also