Gets the number of cells in two-dimensional array of TableRowElement objects.

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

Syntax

JavaScript
C1.Web.UI.Controls.C1GridView.C1GridViewRowsAccessor.cellsCount = function(rowObj);

Parameters

rowObj
Type: array<TableRowElement>[]()[][]
Two-dimensional array of TableRowElement items.

Return Value

The number of cells in a two-dimensional array of TableRowElement objects.

See Also