property InsideZooms.Count as Long
Returns the number of objects in a collection.

TypeDescription
Long A long expression that specifies the number of inside zoom units.
The Count property specifies the number of inside zoom units. Use the Add method to add new inside zoom units. Use the Item property to access an inside zoom unit. The InsideZooms collection may be enumerated using for each statements.