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