Version

getItem Method

Returns the GroupedColumn at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getItem( 
   index : Integer
) : GroupedColumn;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGroupedColumnsCollection.getItem(Integer);

Parameters

index
The index of the grouped column.

Return Value

The column.
See Also