Version

getColumn Method

Returns the column at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getColumn( 
   index : {Any}
) : GridColumn;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridColumnReadOnlyCollection.getColumn({Any});

Parameters

index
The index of the column that should be returned
See Also