[]
Represents all built-in dialogs.
public static class BuiltInDialogs
Public Module BuiltInDialogs
| Name | Description |
|---|---|
| ChangeChartType(GcSpreadSheet, bool) | Shows the change chart type dialog. |
| ChartSelectDataSource(GcSpreadSheet) | Show the insert table dialog to add new table. |
| ConditionalFormatting(GcSpreadSheet, bool, FormatConditionType, FormatConditionOperator, bool, TopBottom, bool, int, int) | Shows the conditional formatting dialog to manage all conditional formatting rules in the workbook. |
| ContextMenu(GcSpreadSheet, object, ICommand) | Create a context menu on spread |
| ContextMenu(GcSpreadSheet, ICommand) | Create a context menu on spread |
| CreateTable(GcSpreadSheet) | Show the insert table dialog to add new table. |
| DataValidation(GcSpreadSheet, bool) | Shows the data validation dialog to limit the type of data that can be entered in a cell. |
| DefinedName(GcSpreadSheet, IName, CellReference, IRange) | Create or edit the name of cell ranges in workbook/worksheets. |
| FormatCells(GcSpreadSheet, IRange, StyleFormat, FormatCellsTabs, int, object, bool) | Shows the format cells dialog to customize the cell settings. |
| FormatCells(GcSpreadSheet, IRange, FormatCellsTabs) | Shows the format cells dialog to customize the cell settings. |
| FormatCells(GcSpreadSheet, StyleFormat, FormatCellsTabs) | Shows the format cells dialog to customize the cell settings. |
| FormatConditinalManager(GcSpreadSheet) | |
| InsertChart(GcSpreadSheet, ChartType) | Shows the insert chart dialog. |
| MoveChart(GcSpreadSheet) | Show the insert table dialog to add new table. |
| NameManager(GcSpreadSheet) | Show the name manager dialog. |
| PageSetup(GcSpreadSheet, PageSetupTab, bool) | Show the page setup dialg to set page setup settings for SpreadSheet. |
| PrintPreview(GcSpreadSheet, int, PrintSettings) | Opens a separate application window in which end users can preview the printing output. |
| ResizeTable(GcSpreadSheet, ITable) | Shows the resize table dialog to resize a table. |
| Sort(GcSpreadSheet, string, bool, bool) | Shows the custom sort dialog to choose more options, such as sorting by multiple columns or rows, and case-sensitive sorts. |
| TableStyle(GcSpreadSheet, ITableStyle, bool) |