Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / Resize Method / Resize(IRange) Method
The new range of the table.


In This Topic
    Resize(IRange) Method
    In This Topic
    Resizes the boundary of this table over a new range. No cells are inserted or moved.
    Syntax
    'Declaration
     
    
    Overloads Function Resize( _
       ByVal range As IRange _
    ) As Boolean
    'Usage
     
    
    Dim instance As ITable
    Dim range As IRange
    Dim value As Boolean
     
    value = instance.Resize(range)
    bool Resize( 
       IRange range
    )

    Parameters

    range
    The new range of the table.

    Return Value

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