Version

removeRange Method

Removes the specified grouped columns from the collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function removeRange( 
   groupedColumnArray : GroupedColumn[]
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGroupedColumnsCollection.removeRange(GroupedColumn[]);

Parameters

groupedColumnArray
An array of GroupedColumn objects that should be removed.
See Also