Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / ResizeTable Method / ResizeTable(SheetTable,Int32,Int32) Method
The table instance to resize.
The new table row count.
The new table column count.


In This Topic
    ResizeTable(SheetTable,Int32,Int32) Method
    In This Topic
    Changes the table size.
    Syntax
    'Declaration
     
    Public Overloads Sub ResizeTable( _
       ByVal table As SheetTable, _
       ByVal rowCount As Integer, _
       ByVal ColumnCount As Integer _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim table As SheetTable
    Dim rowCount As Integer
    Dim ColumnCount As Integer
     
    instance.ResizeTable(table, rowCount, ColumnCount)
    public void ResizeTable( 
       SheetTable table,
       int rowCount,
       int ColumnCount
    )

    Parameters

    table
    The table instance to resize.
    rowCount
    The new table row count.
    ColumnCount
    The new table column count.
    See Also