Version

Expand Method

Expands the array to the new count. New count must be greater than or equal to the current count. This has the same logical effect as adding new count - current count number of null items at the end of the array.
Syntax
'Declaration
 
Public Sub Expand( _
   ByVal newCount As Integer _
) 
public void Expand( 
   int newCount
)

Parameters

newCount
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also