Link Search Menu Expand Document

Capacity Let Accessor

Description

Sets the capacity of the internal array.

Syntax

expression.Capacity = Value

Parameters

Name
Value
Type
Long
Necessity
Required
Description
The new size of the internal array.

Returns

None

Back to Capacity overview