Spread Windows Forms 11.0 Product Documentation
Resize Method (IValuesArray)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IValuesArray Interface : Resize Method
The row count.
The column count.
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)
void Resize( 
   int rowCount,
   int columnCount
)

Parameters

rowCount
The row count.
columnCount
The column count.
See Also

Reference

IValuesArray Interface
IValuesArray Members