Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getItemCount Method
Retunrs the number of items in the collection at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getItemCount(
: Integer
) : Integer; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfCollectionsManager.getItemCount(Integer); |
Parameters
- index
- the index of the collection in the list of collections
Return Value
the number of items in the specified collection