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