[]
Shows the resize table dialog to resize a table.
public static IDialog ResizeTable(GcSpreadSheet spread, ITable table)
Public Shared Function ResizeTable(spread As GcSpreadSheet, table As ITable) As IDialog
Type | Name | Description |
---|---|---|
GcSpreadSheet | spread | The GcSpreadSheet control to work with. |
ITable | table | The ITable need to be resize. |
Type | Description |
---|---|
IDialog | The IDialog object represents the resize table dialog. |