Boolean value indicating true when all possible members have been read into the collection.
Parameters
Data type: Boolean
Read-only
Example
Dim coll As SAObjects, i As long Set coll = sa.Encyclopedia.GetAllDiagrams i = 1 Do While coll.IsMoreThan(i) i = i +1 Debug.Print coll.Item(i).Name Loop Debug.Print coll.Complete Debug.Print coll.Count