property Rollist.Count as Long
Returns the number of items in the control.

TypeDescription
Long A long expression that indicates the number of items in the control.

The Count property counts the number of items in the control. Use the Add method to add new items to the control. Use the Remove method to remove items from the control.