Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
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