[]
Represents all built-in dialogs.
public static class BuiltInDialogs
Public Module BuiltInDialogs
| Name | Description |
|---|---|
| ChangeChartType(GcSpreadSheet, bool) | Gets the change chart type dialog. |
| ChartSelectDataSource(GcSpreadSheet) | Gets the chart select data source dialog used to specify or modify the data source for a chart. |
| ConditionalFormatting(GcSpreadSheet, bool, FormatConditionType, FormatConditionOperator, bool, TopBottom, bool, int, int) | Gets the conditional formatting dialog that manages 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 |
| CreatePivotTable(GcSpreadSheet) | Gets the dialog that create the pivot table. |
| CreateTable(GcSpreadSheet) | Gets the insert table dialog to add new table. |
| DataValidation(GcSpreadSheet, bool) | Gets the data validation dialog that limits 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) | Gets the format cells dialog that customizes the cell settings. |
| FormatCells(GcSpreadSheet, IRange, FormatCellsTabs) | Gets the format cells dialog that customizes the cell settings. |
| FormatCells(GcSpreadSheet, StyleFormat, FormatCellsTabs) | Gets the format cells dialog that customizes the cell settings. |
| FormatConditinalManager(GcSpreadSheet) | Gets the conditional format manager dialog that allows to manage all conditional formatting rules in the workbook. |
| InsertChart(GcSpreadSheet, ChartType) | Gets the insert chart dialog. |
| MoveChart(GcSpreadSheet) | Gets the move chart dialog used to move a chart to a different worksheet or location. |
| NameManager(GcSpreadSheet) | Gets the name manager dialog. |
| PageSetup(GcSpreadSheet, PageSetupTab, bool) | Gets the page setup dialog used to configure page setup settings for SpreadSheet. |
| PivotFieldSettings(GcSpreadSheet, IPivotField) | Gets dialog that allows to customize the field settings of the specified IPivotTable object. |
| PivotTableFields(GcSpreadSheet, IPivotTable) | Gets the PivotTable Field List dialog used to add or remove fields from the PivotTable report. |
| PivotTableOptions(GcSpreadSheet, IPivotTable) | Gets dialog that allows to changes options of the specified IPivotTable object. |
| PivotValueFieldSettings(GcSpreadSheet, IPivotField, bool) | Gets dialog that allows to customize the value field settings of the specified IPivotTable object. |
| PrintPreview(GcSpreadSheet, int, PrintSettings) | Gets a separate application window in which end users can preview the printing output. |
| ResizeTable(GcSpreadSheet, ITable) | Gets the resize table dialog that resizes a table. |
| Sort(GcSpreadSheet, string, bool, bool) | Gets the custom sort dialog that allows choosing more options, such as sorting by multiple columns or rows, and case-sensitive sorts. |
| TableStyle(GcSpreadSheet, ITableStyle, bool, bool) | Gets dialog that allows to customize style of the specified ITableStyle object. |