ArrayList: Capacity (get)

Capacity

Returns the total number of elements in the the internal array.



 Public Property Get Capacity ( ) As Long

Return Values

Long -  The number of elements allocated internally.

Remarks

This is not the same as Count. Count returns the number of items that have been added to the list.

Read/Write.

See Also

Class ArrayList Overview ArrayList Properties ArrayList Methods BinarySearch Capacity (let)