void Resize( int rowCount, int columnCount )
'Declaration Sub Resize( _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ )
'Declaration
Sub Resize( _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ )
'Usage Dim instance As IValuesArray Dim rowCount As Integer Dim columnCount As Integer instance.Resize(rowCount, columnCount)
'Usage
Dim instance As IValuesArray Dim rowCount As Integer Dim columnCount As Integer instance.Resize(rowCount, columnCount)
IValuesArray Interface IValuesArray Members