Constructor.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1GridView.CellRange = function(topLeft, bottomRight);

Parameters

topLeft
Type: C1.Web.UI.Controls.C1GridView..::..CellInfo
The CellInfo object that represents the top left cell of the range.
bottomRight
Type: C1.Web.UI.Controls.C1GridView..::..CellInfo
The CellInfo object that represents the bottom right cell of the range.

See Also