New to Telerik UI for WinFormsStart a free 30-day trial

Provides the base class from which the classes that represent command descriptors are derived.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Commands.Descriptors

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public abstract class CommandDescriptors : IDisposable, INotifyPropertyChanged

Inheritance: objectCommandDescriptors

Derived Classes: CellEditorCommandDescriptorsBaseWorksheetCommandDescriptors

Implements: IDisposableINotifyPropertyChanged

Constructors

Initializes a new instance of the CommandDescriptors class.

C#
protected CommandDescriptors()

Fields

Gets the default command descriptors.

C#
public static readonly CommandDescriptors Default

Properties

Gets the command descriptor for adding area to the print area.

C#
public virtual CommandDescriptor AddToPrintArea { get; }
Property Value:

The command descriptor.

Gets the alignment group command descriptor.

C#
public virtual CommandDescriptor AlignmentGroup { get; }
Property Value:

The alignment group command descriptor.

Gets the apply function command descriptor.

C#
public virtual CommandDescriptor ApplyFunction { get; }
Property Value:

The apply function command descriptor.

Gets the command descriptor for auto fitting column width.

C#
public virtual CommandDescriptor AutoFitColumnsWidth { get; }
Property Value:

The command descriptor for auto fitting column width.

Gets the command descriptor for auto fitting rows height.

C#
public virtual CommandDescriptor AutoFitRowsHeight { get; }
Property Value:

The command descriptor for auto fitting rows height.

Gets the command descriptor for bringing the selected shapes a step forward in the ZIndex order.

C#
public virtual CommandDescriptor BringForward { get; }
Property Value:

The command descriptor.

Gets the command descriptor for bringing the selected shapes to the front of the ZIndex order.

C#
public virtual CommandDescriptor BringToFront { get; }
Property Value:

The command descriptor.

Gets the cells group command descriptor.

C#
public virtual CommandDescriptor CellsGroup { get; }
Property Value:

The cells group command descriptor.

Gets the cells group delete command descriptor.

C#
public virtual CommandDescriptor CellsGroupDelete { get; }
Property Value:

The cells group delete command descriptor.

Gets the cells group format command descriptor.

C#
public virtual CommandDescriptor CellsGroupFormat { get; }
Property Value:

The cells group format command descriptor.

Gets the cells group insert command descriptor.

C#
public virtual CommandDescriptor CellsGroupInsert { get; }
Property Value:

The cells group insert command descriptor.

Gets the circle invalid data command descriptor.

C#
public virtual CommandDescriptor CircleInvalidData { get; }
Property Value:

The circle invalid data command descriptor.

Gets the clear command descriptor.

C#
public virtual CommandDescriptor Clear { get; }
Property Value:

The clear command descriptor.

Gets the clear filters command descriptor.

C#
public virtual CommandDescriptor ClearFilters { get; }
Property Value:

The clear filters command descriptor.

Gets the command descriptor for clearing print area.

C#
public virtual CommandDescriptor ClearPrintArea { get; }
Property Value:

The command descriptor.

Gets the clear validation circles command descriptor.

C#
public virtual CommandDescriptor ClearValidationCircles { get; }
Property Value:

The clear validation circles command descriptor.

Gets the clipboard group command descriptor.

C#
public virtual CommandDescriptor ClipboardGroup { get; }
Property Value:

The clipboard group command descriptor.

Gets the command descriptors for hiding columns from the context menu.

C#
public virtual CommandDescriptor ContextMenuHideColumns { get; }
Property Value:

The command descriptors for hiding columns from the context menu.

Gets the command descriptors for hiding rows from the context menu.

C#
public virtual CommandDescriptor ContextMenuHideRows { get; }
Property Value:

The command descriptors for hiding rows from the context menu.

Gets the command descriptor for inserting columns from the context menu.

C#
public virtual CommandDescriptor ContextMenuInsertColumns { get; }
Property Value:

The command descriptor for inserting columns from the context menu.

Gets the command descriptor for inserting rows from the context menu.

C#
public virtual CommandDescriptor ContextMenuInsertRows { get; }
Property Value:

The command descriptor for inserting rows from the context menu.

Gets the command descriptor for removing columns from the context menu.

C#
public virtual CommandDescriptor ContextMenuRemoveColumns { get; }
Property Value:

The command descriptor for removing columns from the context menu.

Gets the command descriptor for removing rows from the context menu.

C#
public virtual CommandDescriptor ContextMenuRemoveRows { get; }
Property Value:

The command descriptor for removing rows from the context menu.

Gets the command descriptors for unhiding columns from the context menu.

C#
public virtual CommandDescriptor ContextMenuUnhideColumns { get; }
Property Value:

The command descriptors for unhiding columns from the context menu.

Gets the command descriptors for unhiding rows from the context menu.

C#
public virtual CommandDescriptor ContextMenuUnhideRows { get; }
Property Value:

The command descriptors for unhiding rows from the context menu.

Gets the copy command descriptor.

C#
public virtual CommandDescriptor Copy { get; }
Property Value:

The copy command descriptor.

Gets the copy formatting command descriptor.

C#
public virtual CommandDescriptor CopyFormatting { get; }
Property Value:

The copy formatting command descriptor.

Gets the cut command descriptor.

C#
public virtual CommandDescriptor Cut { get; }
Property Value:

The cut command descriptor.

Gets the data tools group command descriptor.

C#
public virtual CommandDescriptor DataToolsGroup { get; }
Property Value:

The data tools group command descriptor.

Gets the decrease decimal places command descriptor.

C#
public virtual CommandDescriptor DecreaseDecimalPlaces { get; }
Property Value:

The decrease decimal places command descriptor.

Gets the size of the decrease font command descriptor.

C#
public virtual CommandDescriptor DecreaseFontSize { get; }
Property Value:

The size of the decrease font command descriptor.

Gets the decrease indent command descriptor.

C#
public virtual CommandDescriptor DecreaseIndent { get; }
Property Value:

The decrease indent command descriptor.

Gets the editing group command descriptor.

C#
public virtual CommandDescriptor EditingGroup { get; }
Property Value:

The editing group command descriptor.

Gets the editing group clear command descriptor.

C#
public virtual CommandDescriptor EditingGroupClear { get; }
Property Value:

The editing group clear command descriptor.

Gets the editing group fill command descriptor.

C#
public virtual CommandDescriptor EditingGroupFill { get; }
Property Value:

The editing group fill command descriptor.

Gets the fill down command descriptor.

C#
public virtual CommandDescriptor FillDown { get; }
Property Value:

The fill down command descriptor.

Gets the fill left command descriptor.

C#
public virtual CommandDescriptor FillLeft { get; }
Property Value:

The fill left command descriptor.

Gets the fill right command descriptor.

C#
public virtual CommandDescriptor FillRight { get; }
Property Value:

The fill right command descriptor.

Gets the fill up command descriptor.

C#
public virtual CommandDescriptor FillUp { get; }
Property Value:

The fill up command descriptor.

Gets the command descriptor for flipping the selected shapes horizontally.

C#
public virtual CommandDescriptor FlipHorizontal { get; }
Property Value:

The command descriptor.

Gets the command descriptor for flipping the selected shapes vertically.

C#
public virtual CommandDescriptor FlipVertical { get; }
Property Value:

The command descriptor.

Gets the font group command descriptor.

C#
public virtual CommandDescriptor FontGroup { get; }
Property Value:

The font group command descriptor.

Gets the freeze first column command descriptor.

C#
public virtual CommandDescriptor FreezeFirstColumn { get; }
Property Value:

The freeze first column command descriptor.

Gets the freeze panes command descriptor.

C#
public virtual CommandDescriptor FreezePanes { get; }
Property Value:

The freeze panes command descriptor.

Gets the freeze top row command descriptor.

C#
public virtual CommandDescriptor FreezeTopRow { get; }
Property Value:

The freeze top row command descriptor.

Gets the function library group command descriptor.

C#
public virtual CommandDescriptor FunctionLibraryGroup { get; }
Property Value:

The function library group command descriptor.

Gets the command descriptors for hiding columns.

C#
public virtual CommandDescriptor HideColumns { get; }
Property Value:

The command descriptors for hiding columns.

Gets the command descriptors for hiding rows.

C#
public virtual CommandDescriptor HideRows { get; }
Property Value:

The command descriptors for hiding rows.

Gets the increase decimal places command descriptor.

C#
public virtual CommandDescriptor IncreaseDecimalPlaces { get; }
Property Value:

The increase decimal places command descriptor.

Gets the size of the increase font command descriptor.

C#
public virtual CommandDescriptor IncreaseFontSize { get; }
Property Value:

The size of the increase font command descriptor.

Gets the increase indent command descriptor.

C#
public virtual CommandDescriptor IncreaseIndent { get; }
Property Value:

The increase indent command descriptor.

Gets the command descriptor for inserting cells.

C#
public virtual CommandDescriptor InsertCells { get; }
Property Value:

The command descriptor for inserting cells.

Gets the command descriptor for inserting a chart.

C#
public virtual CommandDescriptor InsertChart { get; }
Property Value:

The command descriptor.

Gets the command descriptor for inserting columns.

C#
public virtual CommandDescriptor InsertColumns { get; }
Property Value:

The command descriptor for inserting columns.

Gets the command descriptor for inserting a page break.

C#
public virtual CommandDescriptor InsertPageBreak { get; }
Property Value:

The insert page break.

Gets the command descriptor for inserting a picture.

C#
public virtual CommandDescriptor InsertPicture { get; }
Property Value:

The command descriptor.

Gets the command descriptor for inserting rows.

C#
public virtual CommandDescriptor InsertRows { get; }
Property Value:

The command descriptor for inserting rows.

Gets the command descriptor for inserting sheet.

C#
public virtual CommandDescriptor InsertSheet { get; }
Property Value:

The command descriptor for inserting sheet.

Gets the links group command descriptor.

C#
public virtual CommandDescriptor LinksGroup { get; }
Property Value:

The links group command descriptor.

Gets the merge command descriptor.

C#
public virtual CommandDescriptor Merge { get; }
Property Value:

The merge command descriptor.

Gets the merge across command descriptor.

C#
public virtual CommandDescriptor MergeAcross { get; }
Property Value:

The merge across command descriptor.

Gets the merge and center command descriptor.

C#
public virtual CommandDescriptor MergeAndCenter { get; }
Property Value:

The merge and center command descriptor.

Gets the new file command descriptor.

C#
public virtual CommandDescriptor NewFile { get; }
Property Value:

The new file command descriptor.

Gets the number group command descriptor.

C#
public virtual CommandDescriptor NumberGroup { get; }
Property Value:

The number group command descriptor.

Gets the open file command descriptor.

C#
public virtual CommandDescriptor OpenFile { get; }
Property Value:

The open file command descriptor.

Gets the paste command descriptor.

C#
public virtual CommandDescriptor Paste { get; }
Property Value:

The paste command descriptor.

Gets the paste column widths command descriptor.

C#
public virtual CommandDescriptor PasteColumnWidths { get; }
Property Value:

The paste column widths command descriptor.

Gets the paste formatting command descriptor.

C#
public virtual CommandDescriptor PasteFormatting { get; }
Property Value:

The paste formatting command descriptor.

Gets the paste formulas command descriptor.

C#
public virtual CommandDescriptor PasteFormulas { get; }
Property Value:

The paste formulas command descriptor.

Gets the paste formulas and number formats command descriptor.

C#
public virtual CommandDescriptor PasteFormulasAndNumberFormats { get; }
Property Value:

The paste formulas and number formats command descriptor.

Gets the paste values command descriptor.

C#
public virtual CommandDescriptor PasteValues { get; }
Property Value:

The paste values command descriptor.

Gets the paste values and number formats command descriptor.

C#
public virtual CommandDescriptor PasteValuesAndNumberFormats { get; }
Property Value:

The paste values and number formats command descriptor.

Gets the command descriptor for enabling and disabling the contextually dependent picture tools tab.

C#
public virtual CommandDescriptor PictureToolsTab { get; }
Property Value:

The command descriptor.

Gets the command descriptor for printing gridlines.

C#
public virtual CommandDescriptor PrintGridlines { get; }
Property Value:

The command descriptor for printing gridlines.

Gets the command descriptor for printing row and column headings.

C#
public virtual CommandDescriptor PrintRowColumnHeadings { get; }
Property Value:

The command descriptor for printing row and column headings.

Gets the RadSpreadsheetElement.

C#
public virtual RadSpreadsheetElement RadSpreadsheet { get; }
Property Value:

The RadSpreadsheetElement.

Gets the reapply filters command descriptor.

C#
public virtual CommandDescriptor ReapplyFilters { get; }
Property Value:

The reapply filters command descriptor.

Gets the redo command descriptor.

C#
public virtual CommandDescriptor Redo { get; }
Property Value:

The redo command descriptor.

Gets the command descriptor for removing cells.

C#
public virtual CommandDescriptor RemoveCells { get; }
Property Value:

The command descriptor for removing cells.

Gets the command descriptor for removing columns.

C#
public virtual CommandDescriptor RemoveColumns { get; }
Property Value:

The command descriptor for removing columns.

Gets the remove hyperlink command descriptor.

C#
public virtual CommandDescriptor RemoveHyperlink { get; }
Property Value:

The remove hyperlink command descriptor.

Gets the command descriptor for removing a page break.

C#
public virtual CommandDescriptor RemovePageBreak { get; }
Property Value:

The command descriptor.

Gets the command descriptor for removing rows.

C#
public virtual CommandDescriptor RemoveRows { get; }
Property Value:

The command descriptor for removing rows.

Gets the command descriptor for removing sheet.

C#
public virtual CommandDescriptor RemoveSheet { get; }
Property Value:

The command descriptor for removing sheet.

Gets the command descriptor for resetting all page breaks.

C#
public virtual CommandDescriptor ResetAllPageBreaks { get; }
Property Value:

The command descriptor.

Gets the command descriptor for rotating the selected shapes ninety degrees to the left.

C#
public virtual CommandDescriptor RotateNinetyDegreesLeft { get; }
Property Value:

The command descriptor.

Gets the command descriptor for rotating the selected shapes ninety degrees to the right.

C#
public virtual CommandDescriptor RotateNinetyDegreesRight { get; }
Property Value:

The command descriptor.

Gets the save file command descriptor.

C#
public virtual CommandDescriptor SaveFile { get; }
Property Value:

The save file command descriptor.

Gets the scale factor command descriptor.

C#
public virtual CommandDescriptor ScaleFactor { get; }
Property Value:

The scale factor command descriptor.

Gets the command descriptor for the command which selects all columns included in the last selected cell range.

C#
public virtual CommandDescriptor SelectColumns { get; }
Property Value:

The command descriptor.

Gets the command descriptor for the command which selects all rows included in the last selected cell range.

C#
public virtual CommandDescriptor SelectRows { get; }
Property Value:

The command descriptor.

Gets the command descriptor for bringing the selected shapes a step backward in the ZIndex order.

C#
public virtual CommandDescriptor SendBackward { get; }
Property Value:

The command descriptor.

Gets the command descriptor for bringing the selected shapes to the back of the ZIndex order.

C#
public virtual CommandDescriptor SendToBack { get; }
Property Value:

The command descriptor.

Gets the set borders command descriptor.

C#
public virtual CommandDescriptor SetBorders { get; }
Property Value:

The set borders command descriptor.

Gets the command descriptor for setting the columns width.

C#
public virtual CommandDescriptor SetColumnsWidth { get; }
Property Value:

The command descriptor for setting the columns width.

Gets the command descriptor for setting default column width.

C#
public virtual CommandDescriptor SetDefaultColumnWidth { get; }
Property Value:

The command descriptor for setting default column width.

Gets the command descriptor for setting default row height.

C#
public virtual CommandDescriptor SetDefaultRowHeight { get; }
Property Value:

The command descriptor for setting default row height.

Gets the color of the set fill command descriptor.

C#
public virtual CommandDescriptor SetFillColor { get; }
Property Value:

The color of the set fill command descriptor.

Gets the set filter range command descriptor.

C#
public virtual CommandDescriptor SetFilterRange { get; }
Property Value:

The set filter range command descriptor.

Gets the set font family command descriptor.

C#
public virtual CommandDescriptor SetFontFamily { get; }
Property Value:

The set font family command descriptor.

Gets the size of the set font command descriptor.

C#
public virtual CommandDescriptor SetFontSize { get; }
Property Value:

The size of the set font command descriptor.

Gets the color of the set fore command descriptor.

C#
public virtual CommandDescriptor SetForeColor { get; }
Property Value:

The color of the set fore command descriptor.

Gets the set format command descriptor.

C#
public virtual CommandDescriptor SetFormat { get; }
Property Value:

The set format command descriptor.

Gets the command descriptor for setting horizontal alignment.

C#
public virtual CommandDescriptor SetHorizontalAlignment { get; }
Property Value:

The command descriptor for setting horizontal alignment.

Gets the set is bold command descriptor.

C#
public virtual CommandDescriptor SetIsBold { get; }
Property Value:

The set is bold command descriptor.

Gets the set is italic command descriptor.

C#
public virtual CommandDescriptor SetIsItalic { get; }
Property Value:

The set is italic command descriptor.

Gets the command descriptor for setting is wrapped.

C#
public virtual CommandDescriptor SetIsWrapped { get; }
Property Value:

The command descriptor for setting is wrapped.

Gets the command descriptor for setting print area.

C#
public virtual CommandDescriptor SetPrintArea { get; }
Property Value:

The command descriptor.

Gets the command descriptor for setting rows height.

C#
public virtual CommandDescriptor SetRowsHeight { get; }
Property Value:

The command descriptor for setting rows height.

Gets the command descriptor for setting the height of the selected shapes.

C#
public virtual CommandDescriptor SetShapeHeight { get; }
Property Value:

The command descriptor.

Gets the command descriptor for setting the width of the selected shapes.

C#
public virtual CommandDescriptor SetShapeWidth { get; }
Property Value:

The command descriptor.

Gets the set style command descriptor.

C#
public virtual CommandDescriptor SetStyle { get; }
Property Value:

The set style command descriptor.

Gets the set underline command descriptor.

C#
public virtual CommandDescriptor SetUnderline { get; }
Property Value:

The set underline command descriptor.

Gets the command descriptor for setting vertical alignment.

C#
public virtual CommandDescriptor SetVerticalAlignment { get; }
Property Value:

The command descriptor for setting vertical alignment.

Gets the command descriptor used for showing CreateDefinedName dialog.

C#
public virtual CommandDescriptor ShowCreateDefinedNameDialog { get; }
Property Value:

The command descriptor used for showing CreateDefinedName dialog.

Gets the command descriptor for showing CreateNewThemeColors dialog.

C#
public virtual CommandDescriptor ShowCreateNewThemeColorsDialog { get; }
Property Value:

The command descriptor for showing CreateNewThemeColors dialog.

Gets the command descriptor for showing CreateNewThemeFonts dialog.

C#
public virtual CommandDescriptor ShowCreateNewThemeFontsDialog { get; }
Property Value:

The command descriptor for showing CreateNewThemeFonts dialog.

Gets the command descriptor used for showing the custom filter dialog.

C#
public virtual CommandDescriptor ShowCustomFilterDialog { get; }
Property Value:

The command descriptor used for showing the custom filter dialog.

Gets the command descriptor used for showing data validation dialog.

C#
public virtual CommandDescriptor ShowDataValidationDialog { get; }
Property Value:

The command descriptor used for showing the data validation dialog.

Gets the command descriptor used for showing FindAndReplace dialog.

C#
public virtual CommandDescriptor ShowFindAndReplaceDialog { get; }
Property Value:

The command descriptor used for showing FindAndReplace dialog.

Gets the command descriptor for showing FormatCells dialog.

C#
public virtual CommandDescriptor ShowFormatCellsDialog { get; }
Property Value:

The command descriptor for showing FormatCells dialog.

Gets the command descriptor for showing FormatCells dialog number tab.

C#
public virtual CommandDescriptor ShowFormatCellsDialogNumberTab { get; }
Property Value:

The command descriptor for showing FormatCells dialog number tab.

Gets the command descriptor used for showing Format Shapes dialog.

C#
public virtual CommandDescriptor ShowFormatShapesDialog { get; }
Property Value:

The command descriptor used for showing Format Shapes dialog.

Gets the command descriptor for showing gridlines.

C#
public virtual CommandDescriptor ShowGridlines { get; }
Property Value:

The command descriptor for showing gridlines.

Gets the command descriptor for showing Hyperlink dialog.

C#
public virtual CommandDescriptor ShowHyperlinkDialog { get; }
Property Value:

The command descriptor for showing Hyperlink dialog.

Gets the command descriptor for showing InsertFunction dialog.

C#
public virtual CommandDescriptor ShowInsertFunctionDialog { get; }
Property Value:

The command descriptor for showing InsertFunction dialog.

Gets the command descriptor for showing MoreColors dialog.

C#
public virtual CommandDescriptor ShowMoreColorsDialog { get; }
Property Value:

The command descriptor for showing MoreColors dialog.

Gets the command descriptor used for showing the NameManager dialog.

C#
public virtual CommandDescriptor ShowNameManagerDialog { get; }
Property Value:

The command descriptor used for showing the NameManager dialog.

Gets the command descriptor used for showing PageSetup dialog.

C#
public virtual CommandDescriptor ShowPageSetupDialog { get; }
Property Value:

The command descriptor used for showing PageSetup dialog.

Gets the command descriptor for showing Protect Sheet dialog.

C#
public virtual CommandDescriptor ShowProtectSheetDialog { get; }
Property Value:

The command descriptor for showing Protect Sheet dialog.

Gets the command descriptor for showing the Protect Workbook dialog.

C#
public virtual CommandDescriptor ShowProtectWorkbookDialog { get; }
Property Value:

The command descriptor for showing Protect Workbook dialog.

Gets the command descriptor for showing row and column headings.

C#
public virtual CommandDescriptor ShowRowColumnHeadings { get; }
Property Value:

The command descriptor for showing row and column headings.

Gets the command descriptor for showing Series dialog.

C#
public virtual CommandDescriptor ShowSeriesDialog { get; }
Property Value:

The command descriptor for showing Series dialog.

Gets the command descriptor used for showing sorting dialog.

C#
public virtual CommandDescriptor ShowSortingDialog { get; }
Property Value:

The the command descriptor used for showing sorting dialog.

Gets the command descriptor for showing Style dialog.

C#
public virtual CommandDescriptor ShowStyleDialog { get; }
Property Value:

The command descriptor for showing Style dialog.

Gets the command descriptor used for showing the top10 filter dialog.

C#
public virtual CommandDescriptor ShowTopFilterDialog { get; }
Property Value:

The command descriptor used for showing the top10 filter dialog.

Gets the command descriptor for showing the Unprotect Worksheet dialog.

C#
public virtual CommandDescriptor ShowUnprotectSheetDialog { get; }
Property Value:

The command descriptor for showing Unprotect Worksheet dialog.

Gets the command descriptor for showing the Unprotect Workbook dialog.

C#
public virtual CommandDescriptor ShowUnprotectWorkbookDialog { get; }
Property Value:

The command descriptor for showing Unprotect Workbook dialog.

Gets the command descriptor used for showing UpdateSpreadsheetName dialog.

C#
public virtual CommandDescriptor ShowUpdateSpreadsheetNameDialog { get; }
Property Value:

The command descriptor used for showing UpdateSpreadsheetName dialog.

Gets the command descriptor for sort.

C#
public virtual CommandDescriptor Sort { get; }
Property Value:

The command descriptor for sort.

Gets the sort and filter group command descriptor.

C#
public virtual CommandDescriptor SortAndFilterGroup { get; }
Property Value:

The sort and filter group command descriptor.

Gets the styles group command descriptor.

C#
public virtual CommandDescriptor StylesGroup { get; }
Property Value:

The styles group command descriptor.

Gets the command descriptor for the command which switches between worksheet tabs, from right to left.

C#
public virtual CommandDescriptor SwitchSheetsToLeft { get; }
Property Value:

The command descriptor.

Gets the command descriptor for the command which switches between worksheet tabs, from left to right.

C#
public virtual CommandDescriptor SwitchSheetsToRight { get; }
Property Value:

The command descriptor.

Gets the themes group command descriptor.

C#
public virtual CommandDescriptor ThemesGroup { get; }
Property Value:

The themes group command descriptor.

Gets the command descriptor for toggling sheet protection.

C#
public virtual CommandDescriptor ToggleSheetProtection { get; }
Property Value:

The command descriptor.

Gets the command descriptor for toggling workbook protection.

C#
public virtual CommandDescriptor ToggleWorkbookProtection { get; }
Property Value:

The command descriptor.

Gets the undo command descriptor.

C#
public virtual CommandDescriptor Undo { get; }
Property Value:

The undo command descriptor.

Gets the unfreeze panes command descriptor.

C#
public virtual CommandDescriptor UnfreezePanes { get; }
Property Value:

The unfreeze panes command descriptor.

Gets the command descriptors for unhiding columns.

C#
public virtual CommandDescriptor UnhideColumns { get; }
Property Value:

The command descriptors for unhiding columns.

Gets the command descriptors for unhiding rows.

C#
public virtual CommandDescriptor UnhideRows { get; }
Property Value:

The command descriptors for unhiding rows.

Gets the unmerge command descriptor.

C#
public virtual CommandDescriptor Unmerge { get; }
Property Value:

The unmerge command descriptor.

Gets the window group command descriptor.

C#
public virtual CommandDescriptor WindowGroup { get; }
Property Value:

The window group command descriptor.

Methods

This method can be used to unsubscribe any attached events.

C#
protected virtual void DetachEvents()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

C#
public void Dispose()

Implements: IDisposable.Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

C#
protected virtual void Dispose(bool cleanUpManagedResources)
Parameters:cleanUpManagedResourcesbool

True if want to clean the managed resources.

Initializes the command descriptors.

C#
protected void InitializeCommandDescriptors()

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged

In this article
DefinitionConstructorsCommandDescriptors()FieldsDefaultPropertiesAddToPrintAreaAlignmentGroupApplyFunctionAutoFitColumnsWidthAutoFitRowsHeightBringForwardBringToFrontCellsGroupCellsGroupDeleteCellsGroupFormatCellsGroupInsertCircleInvalidDataClearClearFiltersClearPrintAreaClearValidationCirclesClipboardGroupContextMenuHideColumnsContextMenuHideRowsContextMenuInsertColumnsContextMenuInsertRowsContextMenuRemoveColumnsContextMenuRemoveRowsContextMenuUnhideColumnsContextMenuUnhideRowsCopyCopyFormattingCutDataToolsGroupDecreaseDecimalPlacesDecreaseFontSizeDecreaseIndentEditingGroupEditingGroupClearEditingGroupFillFillDownFillLeftFillRightFillUpFlipHorizontalFlipVerticalFontGroupFreezeFirstColumnFreezePanesFreezeTopRowFunctionLibraryGroupHideColumnsHideRowsIncreaseDecimalPlacesIncreaseFontSizeIncreaseIndentInsertCellsInsertChartInsertColumnsInsertPageBreakInsertPictureInsertRowsInsertSheetLinksGroupMergeMergeAcrossMergeAndCenterNewFileNumberGroupOpenFilePastePasteColumnWidthsPasteFormattingPasteFormulasPasteFormulasAndNumberFormatsPasteValuesPasteValuesAndNumberFormatsPictureToolsTabPrintGridlinesPrintRowColumnHeadingsRadSpreadsheetReapplyFiltersRedoRemoveCellsRemoveColumnsRemoveHyperlinkRemovePageBreakRemoveRowsRemoveSheetResetAllPageBreaksRotateNinetyDegreesLeftRotateNinetyDegreesRightSaveFileScaleFactorSelectColumnsSelectRowsSendBackwardSendToBackSetBordersSetColumnsWidthSetDefaultColumnWidthSetDefaultRowHeightSetFillColorSetFilterRangeSetFontFamilySetFontSizeSetForeColorSetFormatSetHorizontalAlignmentSetIsBoldSetIsItalicSetIsWrappedSetPrintAreaSetRowsHeightSetShapeHeightSetShapeWidthSetStyleSetUnderlineSetVerticalAlignmentShowCreateDefinedNameDialogShowCreateNewThemeColorsDialogShowCreateNewThemeFontsDialogShowCustomFilterDialogShowDataValidationDialogShowFindAndReplaceDialogShowFormatCellsDialogShowFormatCellsDialogNumberTabShowFormatShapesDialogShowGridlinesShowHyperlinkDialogShowInsertFunctionDialogShowMoreColorsDialogShowNameManagerDialogShowPageSetupDialogShowProtectSheetDialogShowProtectWorkbookDialogShowRowColumnHeadingsShowSeriesDialogShowSortingDialogShowStyleDialogShowTopFilterDialogShowUnprotectSheetDialogShowUnprotectWorkbookDialogShowUpdateSpreadsheetNameDialogSortSortAndFilterGroupStylesGroupSwitchSheetsToLeftSwitchSheetsToRightThemesGroupToggleSheetProtectionToggleWorkbookProtectionUndoUnfreezePanesUnhideColumnsUnhideRowsUnmergeWindowGroupMethodsDetachEvents()Dispose()Dispose(bool)InitializeCommandDescriptors()EventsPropertyChanged
Not finding the help you need?
Contact Support