'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.