method Count | |
Syntax: | Long = object.Count ( ) |
Description: | Returns the total number of TrkItemTypeGroup objects in this collection. The return value is zero if the collection is empty. Example: Dim idx As Long Dim oTrkItemTypeGroups As Object .... .... idx = oTrkItemTypeGroups.Count MsgBox "Total Item Type Group in collection :" &
idx .... .... |