Constructor.

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

Syntax

JavaScript
C1.Web.UI.Controls.C1GridView.CellInfo = function(cellIndex, rowIndex);

Parameters

cellIndex
Type: System..::..Int32
Index of the required cell inside the corresponding row.
rowIndex
Type: System..::..Int32
Index of the row that contains required cell.

See Also