Spread Windows Forms 12.0 Product Documentation
Resize(String) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface > Resize Method : Resize(String) Method
The new range of the table.
Resizes the boundary of this table over a new range. No cells are inserted or moved.
Syntax
'Declaration
 
Overloads Function Resize( _
   ByVal range As String _
) As Boolean
'Usage
 
Dim instance As ITable
Dim range As String
Dim value As Boolean
 
value = instance.Resize(range)
bool Resize( 
   string range
)

Parameters

range
The new range of the table.

Return Value

true if the table is resized successful, false otherwise.
See Also

Reference

ITable Interface
ITable Members
Overload List