Version

containsColumnSummaryInfo Method

Determines whether a column summary object that is tied to the column with the specified column key is in the column summaries array.
Syntax
ASP.NET Ajax Javascript (Specification) 
function containsColumnSummaryInfo( 
   columnKey : String
) : Boolean;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfSummaryRow.containsColumnSummaryInfo(String);

Parameters

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

Return Value

Boolean value indicating whether the column summary currently exists in the column summaries array
See Also