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

TypeDescription
Long Counts the columns in the collection.
The Count property counts the columns in the collection. Use the Columns property to access the control's Columns collection. Use the Item property to access a column by its index or key. Use the Add method to add new columns to the control. Use the Remove method to remove a column. Use the Clear method to clear the columns collection.