Gets an array of the TableRowElement objects that represents a C1GridView control row at the specified index.

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

Syntax

JavaScript
function get_item(index);

Parameters

index
Type: System..::..Int32
The zero-based index of the row to retrieve.

Return Value

The array of the TableRowElement objects at the specified index.

Remarks

Size of returning array is always two.

See Also