ArrayList: Capacity (get) |
Returns the total number of elements in the the internal array.
Public Property Get Capacity ( ) As Long
This is not the same as Count. Count returns the number of items that have been added to the list.
Read/Write.
Class ArrayList Overview ArrayList Properties ArrayList Methods BinarySearch Capacity (let)