Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Dialogs Namespace / BuiltInDialogs Class / ResizeTable Method
The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.
The GrapeCity.Spreadsheet.ITable need to be resize.


In This Topic
    ResizeTable Method
    In This Topic
    Shows the resize table dialog to resize a table.
    Syntax
    'Declaration
     
    Public Shared Function ResizeTable( _
       ByVal spread As GcSpreadSheet, _
       ByVal table As ITable _
    ) As IDialog
    'Usage
     
    Dim spread As GcSpreadSheet
    Dim table As ITable
    Dim value As IDialog
     
    value = BuiltInDialogs.ResizeTable(spread, table)
    public static IDialog ResizeTable( 
       GcSpreadSheet spread,
       ITable table
    )

    Parameters

    spread
    The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.
    table
    The GrapeCity.Spreadsheet.ITable need to be resize.

    Return Value

    The IDialog object represents the resize table dialog.
    See Also