Version

row Property

Returns a row by its index. If the row is not instantiated yet it is being created and returned. The row at the given index
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_row() : ContainerGridRow
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfContainerGridRowCollection.get_row();
See Also