Count property
Description | (Read-only) Required property for collections. Returns the number of items in the collection. |
Syntax | Count As Long |
Example | Dim MyOPCBrowser as OPCBrowser Set MyOPCBrowser = MyOPCServer.CreateBrowser '/* Get branches MyOPCBrowser.ShowBranches '/* Display item count txtCount = MyOPCBrowser.Count |
Provide Feedback