GetListSize Method
Description
Gets the number of items in a Named List
Syntax
Visual Basic |
---|
Public Function GetListSize( _ ByVal list As String _ ) As Long |
Parameters
- list
- The Named List to query.
Return Type
The number of items in the given Named List.
Remarks
Named List indices run from zero to one less than the return value.
Available: GEO D OD OM OV SISpy
Group:
Example
sis.GetListSize("List1")