Version

remove Method

Removes a row object from the HashTree
Syntax
ASP.NET Ajax Javascript (Specification) 
function remove( 
   row : GridRow
) : Integer;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfHashTree.remove(GridRow);

Parameters

row
Reference to the row to remove from the index tree.

Return Value

0 if the row is removed from the collection, -1 if the row could not be found
See Also