Version

removeColumnSummaryInfoByKey Method

Deletes the column summary that is tied to the specified column key from the column summaries array
Syntax
ASP.NET Ajax Javascript (Specification) 
function removeColumnSummaryInfoByKey( 
   columnKey : String
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfSummaryRow.removeColumnSummaryInfoByKey(String);

Parameters

columnKey
The column key of the column that the column summary is tied to.
See Also