Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValuesArray Interface / Resize Method
The total number of rows.
The total number of columns.


In This Topic
Resize Method (IValuesArray)
In This Topic
Resizes this IValuesArray to specified row count and column count.
Syntax
'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)

Parameters

rowCount
The total number of rows.
columnCount
The total number of columns.
See Also