[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Dialogs.BuiltInDialogs.ResizeTable

ResizeTable Method

ResizeTable(GcSpreadSheet, ITable)

Shows the resize table dialog to resize a table.

Declaration
public static IDialog ResizeTable(GcSpreadSheet spread, ITable table)
Public Shared Function ResizeTable(spread As GcSpreadSheet, table As ITable) As IDialog
Parameters
Type Name Description
GcSpreadSheet spread

The GcSpreadSheet control to work with.

ITable table

The ITable need to be resize.

Returns
Type Description
IDialog

The IDialog object represents the resize table dialog.