The version that you requested is unavailable. We've redirected you to the latest version of the help.
Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
remove Method
Removes a row object from the HashTree
Syntax
| ASP.NET Ajax Javascript (Specification) | |
|---|
function remove(
: 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