Class
CommandDescriptors

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

Definition

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

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public abstract class CommandDescriptors : IDisposable, INotifyPropertyChanged

Inheritance: objectCommandDescriptors

Derived Classes: CellEditorCommandDescriptorsBaseWorksheetCommandDescriptors

Implements: IDisposableINotifyPropertyChanged

Constructors

CommandDescriptors()

Initializes a new instance of the CommandDescriptors class.

Declaration

cs-api-definition
protected CommandDescriptors()

Fields

Default

Gets the default command descriptors.

Declaration

cs-api-definition
public static readonly CommandDescriptors Default

Field Value

CommandDescriptors

Properties

AddComment

Gets the command descriptor for adding comment.

Declaration

cs-api-definition
public virtual CommandDescriptor AddComment { get; }

Property Value

CommandDescriptor

The command descriptor for adding comment.

AddNote

Gets the command descriptor for adding note.

Declaration

cs-api-definition
public virtual CommandDescriptor AddNote { get; }

Property Value

CommandDescriptor

The command descriptor for adding note.

AddToPrintArea

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

Declaration

cs-api-definition
public virtual CommandDescriptor AddToPrintArea { get; }

Property Value

CommandDescriptor

The command descriptor.

AlignmentGroup

Gets the alignment group command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor AlignmentGroup { get; }

Property Value

CommandDescriptor

The alignment group command descriptor.

ApplyFunction

Gets the apply function command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor ApplyFunction { get; }

Property Value

CommandDescriptor

The apply function command descriptor.

AutoFitColumnsWidth

Gets the command descriptor for auto fitting column width.

Declaration

cs-api-definition
public virtual CommandDescriptor AutoFitColumnsWidth { get; }

Property Value

CommandDescriptor

The command descriptor for auto fitting column width.

AutoFitRowsHeight

Gets the command descriptor for auto fitting rows height.

Declaration

cs-api-definition
public virtual CommandDescriptor AutoFitRowsHeight { get; }

Property Value

CommandDescriptor

The command descriptor for auto fitting rows height.

BringForward

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

Declaration

cs-api-definition
public virtual CommandDescriptor BringForward { get; }

Property Value

CommandDescriptor

The command descriptor.

BringToFront

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

Declaration

cs-api-definition
public virtual CommandDescriptor BringToFront { get; }

Property Value

CommandDescriptor

The command descriptor.

CellsGroup

Gets the cells group command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor CellsGroup { get; }

Property Value

CommandDescriptor

The cells group command descriptor.

CellsGroupDelete

Gets the cells group delete command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor CellsGroupDelete { get; }

Property Value

CommandDescriptor

The cells group delete command descriptor.

CellsGroupFormat

Gets the cells group format command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor CellsGroupFormat { get; }

Property Value

CommandDescriptor

The cells group format command descriptor.

CellsGroupInsert

Gets the cells group insert command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor CellsGroupInsert { get; }

Property Value

CommandDescriptor

The cells group insert command descriptor.

CircleInvalidData

Gets the circle invalid data command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor CircleInvalidData { get; }

Property Value

CommandDescriptor

The circle invalid data command descriptor.

Clear

Gets the clear command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor Clear { get; }

Property Value

CommandDescriptor

The clear command descriptor.

ClearConditionalFormattingsFromSelection

Gets the command descriptor for clearing existing conditional formattings in current selection.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Formattings")]
public virtual CommandDescriptor ClearConditionalFormattingsFromSelection { get; }

Property Value

CommandDescriptor

The command descriptor for clearing existing conditional formattings in current selection.

ClearConditionalFormattingsFromWorksheet

Gets the command descriptor for clearing existing conditional formattings from the worksheet.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Formattings")]
public virtual CommandDescriptor ClearConditionalFormattingsFromWorksheet { get; }

Property Value

CommandDescriptor

The command descriptor for clearing existing conditional formattings from the worksheet.

ClearFilters

Gets the clear filters command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor ClearFilters { get; }

Property Value

CommandDescriptor

The clear filters command descriptor.

ClearPrintArea

Gets the command descriptor for clearing print area.

Declaration

cs-api-definition
public virtual CommandDescriptor ClearPrintArea { get; }

Property Value

CommandDescriptor

The command descriptor.

ClearValidationCircles

Gets the clear validation circles command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor ClearValidationCircles { get; }

Property Value

CommandDescriptor

The clear validation circles command descriptor.

ClipboardGroup

Gets the clipboard group command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor ClipboardGroup { get; }

Property Value

CommandDescriptor

The clipboard group command descriptor.

ContextMenuHideColumns

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

Declaration

cs-api-definition
public virtual CommandDescriptor ContextMenuHideColumns { get; }

Property Value

CommandDescriptor

The command descriptors for hiding columns from the context menu.

ContextMenuHideRows

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

Declaration

cs-api-definition
public virtual CommandDescriptor ContextMenuHideRows { get; }

Property Value

CommandDescriptor

The command descriptors for hiding rows from the context menu.

ContextMenuInsertColumns

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

Declaration

cs-api-definition
public virtual CommandDescriptor ContextMenuInsertColumns { get; }

Property Value

CommandDescriptor

The command descriptor for inserting columns from the context menu.

ContextMenuInsertRows

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

Declaration

cs-api-definition
public virtual CommandDescriptor ContextMenuInsertRows { get; }

Property Value

CommandDescriptor

The command descriptor for inserting rows from the context menu.

ContextMenuRemoveColumns

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

Declaration

cs-api-definition
public virtual CommandDescriptor ContextMenuRemoveColumns { get; }

Property Value

CommandDescriptor

The command descriptor for removing columns from the context menu.

ContextMenuRemoveRows

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

Declaration

cs-api-definition
public virtual CommandDescriptor ContextMenuRemoveRows { get; }

Property Value

CommandDescriptor

The command descriptor for removing rows from the context menu.

ContextMenuUnhideColumns

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

Declaration

cs-api-definition
public virtual CommandDescriptor ContextMenuUnhideColumns { get; }

Property Value

CommandDescriptor

The command descriptors for unhiding columns from the context menu.

ContextMenuUnhideRows

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

Declaration

cs-api-definition
public virtual CommandDescriptor ContextMenuUnhideRows { get; }

Property Value

CommandDescriptor

The command descriptors for unhiding rows from the context menu.

ConvertNotesToComments

Gets the command descriptor for convert notes to comments.

Declaration

cs-api-definition
public virtual CommandDescriptor ConvertNotesToComments { get; }

Property Value

CommandDescriptor

The command descriptor for convert notes to comments.

Copy

Gets the copy command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor Copy { get; }

Property Value

CommandDescriptor

The copy command descriptor.

CopyFormatting

Gets the copy formatting command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor CopyFormatting { get; }

Property Value

CommandDescriptor

The copy formatting command descriptor.

Cut

Gets the cut command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor Cut { get; }

Property Value

CommandDescriptor

The cut command descriptor.

DataToolsGroup

Gets the data tools group command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor DataToolsGroup { get; }

Property Value

CommandDescriptor

The data tools group command descriptor.

DecreaseDecimalPlaces

Gets the decrease decimal places command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor DecreaseDecimalPlaces { get; }

Property Value

CommandDescriptor

The decrease decimal places command descriptor.

DecreaseFontSize

Gets the size of the decrease font command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor DecreaseFontSize { get; }

Property Value

CommandDescriptor

The size of the decrease font command descriptor.

DecreaseIndent

Gets the decrease indent command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor DecreaseIndent { get; }

Property Value

CommandDescriptor

The decrease indent command descriptor.

EditNote

Gets the command descriptor for editing note.

Declaration

cs-api-definition
public virtual CommandDescriptor EditNote { get; }

Property Value

CommandDescriptor

The command descriptor for editing note.

EditingGroup

Gets the editing group command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor EditingGroup { get; }

Property Value

CommandDescriptor

The editing group command descriptor.

EditingGroupClear

Gets the editing group clear command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor EditingGroupClear { get; }

Property Value

CommandDescriptor

The editing group clear command descriptor.

EditingGroupFill

Gets the editing group fill command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor EditingGroupFill { get; }

Property Value

CommandDescriptor

The editing group fill command descriptor.

FillDown

Gets the fill down command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor FillDown { get; }

Property Value

CommandDescriptor

The fill down command descriptor.

FillLeft

Gets the fill left command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor FillLeft { get; }

Property Value

CommandDescriptor

The fill left command descriptor.

FillRight

Gets the fill right command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor FillRight { get; }

Property Value

CommandDescriptor

The fill right command descriptor.

FillUp

Gets the fill up command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor FillUp { get; }

Property Value

CommandDescriptor

The fill up command descriptor.

FlipHorizontal

Gets the command descriptor for flipping the selected shapes horizontally.

Declaration

cs-api-definition
public virtual CommandDescriptor FlipHorizontal { get; }

Property Value

CommandDescriptor

The command descriptor.

FlipVertical

Gets the command descriptor for flipping the selected shapes vertically.

Declaration

cs-api-definition
public virtual CommandDescriptor FlipVertical { get; }

Property Value

CommandDescriptor

The command descriptor.

FontGroup

Gets the font group command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor FontGroup { get; }

Property Value

CommandDescriptor

The font group command descriptor.

FreezeFirstColumn

Gets the freeze first column command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor FreezeFirstColumn { get; }

Property Value

CommandDescriptor

The freeze first column command descriptor.

FreezePanes

Gets the freeze panes command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor FreezePanes { get; }

Property Value

CommandDescriptor

The freeze panes command descriptor.

FreezeTopRow

Gets the freeze top row command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor FreezeTopRow { get; }

Property Value

CommandDescriptor

The freeze top row command descriptor.

FunctionLibraryGroup

Gets the function library group command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor FunctionLibraryGroup { get; }

Property Value

CommandDescriptor

The function library group command descriptor.

HideColumns

Gets the command descriptors for hiding columns.

Declaration

cs-api-definition
public virtual CommandDescriptor HideColumns { get; }

Property Value

CommandDescriptor

The command descriptors for hiding columns.

HideRows

Gets the command descriptors for hiding rows.

Declaration

cs-api-definition
public virtual CommandDescriptor HideRows { get; }

Property Value

CommandDescriptor

The command descriptors for hiding rows.

HideSheet

Gets the command descriptor for hiding sheet.

Declaration

cs-api-definition
public virtual CommandDescriptor HideSheet { get; }

Property Value

CommandDescriptor

The command descriptor for hiding sheet.

IncreaseDecimalPlaces

Gets the increase decimal places command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor IncreaseDecimalPlaces { get; }

Property Value

CommandDescriptor

The increase decimal places command descriptor.

IncreaseFontSize

Gets the size of the increase font command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor IncreaseFontSize { get; }

Property Value

CommandDescriptor

The size of the increase font command descriptor.

IncreaseIndent

Gets the increase indent command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor IncreaseIndent { get; }

Property Value

CommandDescriptor

The increase indent command descriptor.

InsertCells

Gets the command descriptor for inserting cells.

Declaration

cs-api-definition
public virtual CommandDescriptor InsertCells { get; }

Property Value

CommandDescriptor

The command descriptor for inserting cells.

InsertChart

Gets the command descriptor for inserting a chart.

Declaration

cs-api-definition
public virtual CommandDescriptor InsertChart { get; }

Property Value

CommandDescriptor

The command descriptor.

InsertColumns

Gets the command descriptor for inserting columns.

Declaration

cs-api-definition
public virtual CommandDescriptor InsertColumns { get; }

Property Value

CommandDescriptor

The command descriptor for inserting columns.

InsertPageBreak

Gets the command descriptor for inserting a page break.

Declaration

cs-api-definition
public virtual CommandDescriptor InsertPageBreak { get; }

Property Value

CommandDescriptor

The insert page break.

InsertPicture

Gets the command descriptor for inserting a picture.

Declaration

cs-api-definition
public virtual CommandDescriptor InsertPicture { get; }

Property Value

CommandDescriptor

The command descriptor.

InsertRows

Gets the command descriptor for inserting rows.

Declaration

cs-api-definition
public virtual CommandDescriptor InsertRows { get; }

Property Value

CommandDescriptor

The command descriptor for inserting rows.

InsertSheet

Gets the command descriptor for inserting sheet.

Declaration

cs-api-definition
public virtual CommandDescriptor InsertSheet { get; }

Property Value

CommandDescriptor

The command descriptor for inserting sheet.

JumpToNextComment

Gets the command descriptor for jump to next comment.

Declaration

cs-api-definition
public virtual CommandDescriptor JumpToNextComment { get; }

Property Value

CommandDescriptor

The command descriptor for jump to next comment.

JumpToNextNote

Gets the command descriptor for jump to next note.

Declaration

cs-api-definition
public virtual CommandDescriptor JumpToNextNote { get; }

Property Value

CommandDescriptor

The command descriptor for jump to next note.

JumpToPreviousComment

Gets the command descriptor for jump to previous comment.

Declaration

cs-api-definition
public virtual CommandDescriptor JumpToPreviousComment { get; }

Property Value

CommandDescriptor

The command descriptor for jump to previous comment.

JumpToPreviousNote

Gets the command descriptor for jump to previous note.

Declaration

cs-api-definition
public virtual CommandDescriptor JumpToPreviousNote { get; }

Property Value

CommandDescriptor

The command descriptor for jump to previous note.

LinksGroup

Gets the links group command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor LinksGroup { get; }

Property Value

CommandDescriptor

The links group command descriptor.

Merge

Gets the merge command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor Merge { get; }

Property Value

CommandDescriptor

The merge command descriptor.

MergeAcross

Gets the merge across command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor MergeAcross { get; }

Property Value

CommandDescriptor

The merge across command descriptor.

MergeAndCenter

Gets the merge and center command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor MergeAndCenter { get; }

Property Value

CommandDescriptor

The merge and center command descriptor.

NewFile

Gets the new file command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor NewFile { get; }

Property Value

CommandDescriptor

The new file command descriptor.

NumberGroup

Gets the number group command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor NumberGroup { get; }

Property Value

CommandDescriptor

The number group command descriptor.

OpenFile

Gets the open file command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor OpenFile { get; }

Property Value

CommandDescriptor

The open file command descriptor.

OpenSimpleConditionalFormattingDialog

Gets the command descriptor for opening the simple conditional formatting dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor OpenSimpleConditionalFormattingDialog { get; }

Property Value

CommandDescriptor

The command descriptor for opening the simple conditional formatting dialog.

Paste

Gets the paste command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor Paste { get; }

Property Value

CommandDescriptor

The paste command descriptor.

PasteColumnWidths

Gets the paste column widths command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor PasteColumnWidths { get; }

Property Value

CommandDescriptor

The paste column widths command descriptor.

PasteFormatting

Gets the paste formatting command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor PasteFormatting { get; }

Property Value

CommandDescriptor

The paste formatting command descriptor.

PasteFormulas

Gets the paste formulas command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor PasteFormulas { get; }

Property Value

CommandDescriptor

The paste formulas command descriptor.

PasteFormulasAndNumberFormats

Gets the paste formulas and number formats command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor PasteFormulasAndNumberFormats { get; }

Property Value

CommandDescriptor

The paste formulas and number formats command descriptor.

PasteValues

Gets the paste values command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor PasteValues { get; }

Property Value

CommandDescriptor

The paste values command descriptor.

PasteValuesAndNumberFormats

Gets the paste values and number formats command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor PasteValuesAndNumberFormats { get; }

Property Value

CommandDescriptor

The paste values and number formats command descriptor.

PictureToolsTab

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

Declaration

cs-api-definition
public virtual CommandDescriptor PictureToolsTab { get; }

Property Value

CommandDescriptor

The command descriptor.

PrintGridlines

Gets the command descriptor for printing gridlines.

Declaration

cs-api-definition
public virtual CommandDescriptor PrintGridlines { get; }

Property Value

CommandDescriptor

The command descriptor for printing gridlines.

PrintRowColumnHeadings

Gets the command descriptor for printing row and column headings.

Declaration

cs-api-definition
public virtual CommandDescriptor PrintRowColumnHeadings { get; }

Property Value

CommandDescriptor

The command descriptor for printing row and column headings.

RadSpreadsheet

Gets the RadSpreadsheet.

Declaration

cs-api-definition
public virtual RadSpreadsheet RadSpreadsheet { get; }

Property Value

RadSpreadsheet

The RadSpreadsheet.

ReapplyFilters

Gets the reapply filters command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor ReapplyFilters { get; }

Property Value

CommandDescriptor

The reapply filters command descriptor.

Redo

Gets the redo command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor Redo { get; }

Property Value

CommandDescriptor

The redo command descriptor.

RemoveCells

Gets the command descriptor for removing cells.

Declaration

cs-api-definition
public virtual CommandDescriptor RemoveCells { get; }

Property Value

CommandDescriptor

The command descriptor for removing cells.

RemoveColumns

Gets the command descriptor for removing columns.

Declaration

cs-api-definition
public virtual CommandDescriptor RemoveColumns { get; }

Property Value

CommandDescriptor

The command descriptor for removing columns.

RemoveComment

Gets the command descriptor for removing comment.

Declaration

cs-api-definition
public virtual CommandDescriptor RemoveComment { get; }

Property Value

CommandDescriptor

The command descriptor for removing comment.

Gets the remove hyperlink command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor RemoveHyperlink { get; }

Property Value

CommandDescriptor

The remove hyperlink command descriptor.

RemoveNote

Gets the command descriptor for removing note.

Declaration

cs-api-definition
public virtual CommandDescriptor RemoveNote { get; }

Property Value

CommandDescriptor

The command descriptor for removing note.

RemovePageBreak

Gets the command descriptor for removing a page break.

Declaration

cs-api-definition
public virtual CommandDescriptor RemovePageBreak { get; }

Property Value

CommandDescriptor

The command descriptor.

RemoveRows

Gets the command descriptor for removing rows.

Declaration

cs-api-definition
public virtual CommandDescriptor RemoveRows { get; }

Property Value

CommandDescriptor

The command descriptor for removing rows.

RemoveSheet

Gets the command descriptor for removing sheet.

Declaration

cs-api-definition
public virtual CommandDescriptor RemoveSheet { get; }

Property Value

CommandDescriptor

The command descriptor for removing sheet.

ReplyComment

Gets the command descriptor for replying comment.

Declaration

cs-api-definition
public virtual CommandDescriptor ReplyComment { get; }

Property Value

CommandDescriptor

The command descriptor for replying comment.

ResetAllPageBreaks

Gets the command descriptor for resetting all page breaks.

Declaration

cs-api-definition
public virtual CommandDescriptor ResetAllPageBreaks { get; }

Property Value

CommandDescriptor

The command descriptor.

RotateNinetyDegreesLeft

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

Declaration

cs-api-definition
public virtual CommandDescriptor RotateNinetyDegreesLeft { get; }

Property Value

CommandDescriptor

The command descriptor.

RotateNinetyDegreesRight

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

Declaration

cs-api-definition
public virtual CommandDescriptor RotateNinetyDegreesRight { get; }

Property Value

CommandDescriptor

The command descriptor.

SaveFile

Gets the save file command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor SaveFile { get; }

Property Value

CommandDescriptor

The save file command descriptor.

ScaleFactor

Gets the scale factor command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor ScaleFactor { get; }

Property Value

CommandDescriptor

The scale factor command descriptor.

SelectColumns

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

Declaration

cs-api-definition
public virtual CommandDescriptor SelectColumns { get; }

Property Value

CommandDescriptor

The command descriptor.

SelectRows

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

Declaration

cs-api-definition
public virtual CommandDescriptor SelectRows { get; }

Property Value

CommandDescriptor

The command descriptor.

SendBackward

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

Declaration

cs-api-definition
public virtual CommandDescriptor SendBackward { get; }

Property Value

CommandDescriptor

The command descriptor.

SendToBack

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

Declaration

cs-api-definition
public virtual CommandDescriptor SendToBack { get; }

Property Value

CommandDescriptor

The command descriptor.

SetBorders

Gets the set borders command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor SetBorders { get; }

Property Value

CommandDescriptor

The set borders command descriptor.

SetColorScaleConditionalFormattingRule

Gets the command descriptor for setting ColorScale conditional formatting rule.

Declaration

cs-api-definition
public virtual CommandDescriptor SetColorScaleConditionalFormattingRule { get; }

Property Value

CommandDescriptor

The command descriptor for setting ColorScale conditional formatting rule.

SetColumnsWidth

Gets the command descriptor for setting the columns width.

Declaration

cs-api-definition
public virtual CommandDescriptor SetColumnsWidth { get; }

Property Value

CommandDescriptor

The command descriptor for setting the columns width.

SetDataBarConditionalFormattingRule

Gets the command descriptor for setting DataBar conditional formatting rule.

Declaration

cs-api-definition
public virtual CommandDescriptor SetDataBarConditionalFormattingRule { get; }

Property Value

CommandDescriptor

The command descriptor for setting DataBar conditional formatting rule.

SetDefaultColumnWidth

Gets the command descriptor for setting default column width.

Declaration

cs-api-definition
public virtual CommandDescriptor SetDefaultColumnWidth { get; }

Property Value

CommandDescriptor

The command descriptor for setting default column width.

SetDefaultRowHeight

Gets the command descriptor for setting default row height.

Declaration

cs-api-definition
public virtual CommandDescriptor SetDefaultRowHeight { get; }

Property Value

CommandDescriptor

The command descriptor for setting default row height.

SetFillColor

Gets the color of the set fill command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor SetFillColor { get; }

Property Value

CommandDescriptor

The color of the set fill command descriptor.

SetFilterRange

Gets the set filter range command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor SetFilterRange { get; }

Property Value

CommandDescriptor

The set filter range command descriptor.

SetFontFamily

Gets the set font family command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor SetFontFamily { get; }

Property Value

CommandDescriptor

The set font family command descriptor.

SetFontSize

Gets the size of the set font command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor SetFontSize { get; }

Property Value

CommandDescriptor

The size of the set font command descriptor.

SetForeColor

Gets the color of the set fore command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor SetForeColor { get; }

Property Value

CommandDescriptor

The color of the set fore command descriptor.

SetFormat

Gets the set format command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor SetFormat { get; }

Property Value

CommandDescriptor

The set format command descriptor.

SetHorizontalAlignment

Gets the command descriptor for setting horizontal alignment.

Declaration

cs-api-definition
public virtual CommandDescriptor SetHorizontalAlignment { get; }

Property Value

CommandDescriptor

The command descriptor for setting horizontal alignment.

SetIconSetConditionalFormattingRule

Gets the command descriptor for setting IconSet conditional formatting rule.

Declaration

cs-api-definition
public virtual CommandDescriptor SetIconSetConditionalFormattingRule { get; }

Property Value

CommandDescriptor

The command descriptor for setting IconSet conditional formatting rule.

SetIsBold

Gets the set is bold command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor SetIsBold { get; }

Property Value

CommandDescriptor

The set is bold command descriptor.

SetIsItalic

Gets the set is italic command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor SetIsItalic { get; }

Property Value

CommandDescriptor

The set is italic command descriptor.

SetIsWrapped

Gets the command descriptor for setting is wrapped.

Declaration

cs-api-definition
public virtual CommandDescriptor SetIsWrapped { get; }

Property Value

CommandDescriptor

The command descriptor for setting is wrapped.

SetPrintArea

Gets the command descriptor for setting print area.

Declaration

cs-api-definition
public virtual CommandDescriptor SetPrintArea { get; }

Property Value

CommandDescriptor

The command descriptor.

SetRowsHeight

Gets the command descriptor for setting rows height.

Declaration

cs-api-definition
public virtual CommandDescriptor SetRowsHeight { get; }

Property Value

CommandDescriptor

The command descriptor for setting rows height.

SetShapeHeight

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

Declaration

cs-api-definition
public virtual CommandDescriptor SetShapeHeight { get; }

Property Value

CommandDescriptor

The command descriptor.

SetShapeWidth

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

Declaration

cs-api-definition
public virtual CommandDescriptor SetShapeWidth { get; }

Property Value

CommandDescriptor

The command descriptor.

SetStyle

Gets the set style command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor SetStyle { get; }

Property Value

CommandDescriptor

The set style command descriptor.

SetUnderline

Gets the set underline command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor SetUnderline { get; }

Property Value

CommandDescriptor

The set underline command descriptor.

SetVerticalAlignment

Gets the command descriptor for setting vertical alignment.

Declaration

cs-api-definition
public virtual CommandDescriptor SetVerticalAlignment { get; }

Property Value

CommandDescriptor

The command descriptor for setting vertical alignment.

ShowAllComments

Gets the command descriptor for show all comments.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowAllComments { get; }

Property Value

CommandDescriptor

The command descriptor for show all comments.

ShowAllNotes

Gets the command descriptor for show all notes.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowAllNotes { get; }

Property Value

CommandDescriptor

The command descriptor for show all notes.

ShowCreateDefinedNameDialog

Gets the command descriptor used for showing CreateDefinedName dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowCreateDefinedNameDialog { get; }

Property Value

CommandDescriptor

The command descriptor used for showing CreateDefinedName dialog.

ShowCreateNewThemeColorsDialog

Gets the command descriptor for showing CreateNewThemeColors dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowCreateNewThemeColorsDialog { get; }

Property Value

CommandDescriptor

The command descriptor for showing CreateNewThemeColors dialog.

ShowCreateNewThemeFontsDialog

Gets the command descriptor for showing CreateNewThemeFonts dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowCreateNewThemeFontsDialog { get; }

Property Value

CommandDescriptor

The command descriptor for showing CreateNewThemeFonts dialog.

ShowCustomFilterDialog

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

Declaration

cs-api-definition
public virtual CommandDescriptor ShowCustomFilterDialog { get; }

Property Value

CommandDescriptor

The command descriptor used for showing the custom filter dialog.

ShowDataValidationDialog

Gets the command descriptor used for showing data validation dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowDataValidationDialog { get; }

Property Value

CommandDescriptor

The command descriptor used for showing the data validation dialog.

ShowFindAndReplaceDialog

Gets the command descriptor used for showing FindAndReplace dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowFindAndReplaceDialog { get; }

Property Value

CommandDescriptor

The command descriptor used for showing FindAndReplace dialog.

ShowFormatCellsDialog

Gets the command descriptor for showing FormatCells dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowFormatCellsDialog { get; }

Property Value

CommandDescriptor

The command descriptor for showing FormatCells dialog.

ShowFormatCellsDialogNumberTab

Gets the command descriptor for showing FormatCells dialog number tab.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowFormatCellsDialogNumberTab { get; }

Property Value

CommandDescriptor

The command descriptor for showing FormatCells dialog number tab.

ShowFormatShapesDialog

Gets the command descriptor used for showing Format Shapes dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowFormatShapesDialog { get; }

Property Value

CommandDescriptor

The command descriptor used for showing Format Shapes dialog.

ShowGridlines

Gets the command descriptor for showing gridlines.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowGridlines { get; }

Property Value

CommandDescriptor

The command descriptor for showing gridlines.

ShowHideNote

Gets the command descriptor for show/hide note.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowHideNote { get; }

Property Value

CommandDescriptor

The command descriptor for show/hide note.

ShowHyperlinkDialog

Gets the command descriptor for showing Hyperlink dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowHyperlinkDialog { get; }

Property Value

CommandDescriptor

The command descriptor for showing Hyperlink dialog.

ShowInsertFunctionDialog

Gets the command descriptor for showing InsertFunction dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowInsertFunctionDialog { get; }

Property Value

CommandDescriptor

The command descriptor for showing InsertFunction dialog.

ShowManageConditionalFormattingDialog

Gets the command descriptor for opening a dialog for managing conditional formatting instances.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowManageConditionalFormattingDialog { get; }

Property Value

CommandDescriptor

The command descriptor for opening the dialog.

ShowMoreColorsDialog

Gets the command descriptor for showing MoreColors dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowMoreColorsDialog { get; }

Property Value

CommandDescriptor

The command descriptor for showing MoreColors dialog.

ShowNameManagerDialog

Gets the command descriptor used for showing the NameManager dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowNameManagerDialog { get; }

Property Value

CommandDescriptor

The command descriptor used for showing the NameManager dialog.

ShowNewConditionalFormattingDialog

Gets the command descriptor for adding a new conditional formatting in current selection.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowNewConditionalFormattingDialog { get; }

Property Value

CommandDescriptor

The command descriptor for adding a new conditional formatting in current selection.

ShowPageSetupDialog

Gets the command descriptor used for showing PageSetup dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowPageSetupDialog { get; }

Property Value

CommandDescriptor

The command descriptor used for showing PageSetup dialog.

ShowProtectSheetDialog

Gets the command descriptor for showing Protect Sheet dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowProtectSheetDialog { get; }

Property Value

CommandDescriptor

The command descriptor for showing Protect Sheet dialog.

ShowProtectWorkbookDialog

Gets the command descriptor for showing the Protect Workbook dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowProtectWorkbookDialog { get; }

Property Value

CommandDescriptor

The command descriptor for showing Protect Workbook dialog.

ShowRowColumnHeadings

Gets the command descriptor for showing row and column headings.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowRowColumnHeadings { get; }

Property Value

CommandDescriptor

The command descriptor for showing row and column headings.

ShowSeriesDialog

Gets the command descriptor for showing Series dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowSeriesDialog { get; }

Property Value

CommandDescriptor

The command descriptor for showing Series dialog.

ShowSortingDialog

Gets the command descriptor used for showing sorting dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowSortingDialog { get; }

Property Value

CommandDescriptor

The command descriptor used for showing sorting dialog.

ShowStyleDialog

Gets the command descriptor for showing Style dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowStyleDialog { get; }

Property Value

CommandDescriptor

The command descriptor for showing Style dialog.

ShowTopFilterDialog

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

Declaration

cs-api-definition
public virtual CommandDescriptor ShowTopFilterDialog { get; }

Property Value

CommandDescriptor

The command descriptor used for showing the top10 filter dialog.

ShowUnhideSheetDialog

Gets the command descriptor used for showing unhide sheet dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowUnhideSheetDialog { get; }

Property Value

CommandDescriptor

The command descriptor used for showing the unhide sheet dialog.

ShowUnprotectSheetDialog

Gets the command descriptor for showing the Unprotect Worksheet dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowUnprotectSheetDialog { get; }

Property Value

CommandDescriptor

The command descriptor for showing Unprotect Worksheet dialog.

ShowUnprotectWorkbookDialog

Gets the command descriptor for showing the Unprotect Workbook dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowUnprotectWorkbookDialog { get; }

Property Value

CommandDescriptor

The command descriptor for showing Unprotect Workbook dialog.

ShowUpdateSpreadsheetNameDialog

Gets the command descriptor used for showing UpdateSpreadsheetName dialog.

Declaration

cs-api-definition
public virtual CommandDescriptor ShowUpdateSpreadsheetNameDialog { get; }

Property Value

CommandDescriptor

The command descriptor used for showing UpdateSpreadsheetName dialog.

Sort

Gets the command descriptor for sort.

Declaration

cs-api-definition
public virtual CommandDescriptor Sort { get; }

Property Value

CommandDescriptor

The command descriptor for sort.

SortAndFilterGroup

Gets the sort and filter group command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor SortAndFilterGroup { get; }

Property Value

CommandDescriptor

The sort and filter group command descriptor.

StylesGroup

Gets the styles group command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor StylesGroup { get; }

Property Value

CommandDescriptor

The styles group command descriptor.

SwitchSheetsToLeft

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

Declaration

cs-api-definition
public virtual CommandDescriptor SwitchSheetsToLeft { get; }

Property Value

CommandDescriptor

The command descriptor.

SwitchSheetsToRight

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

Declaration

cs-api-definition
public virtual CommandDescriptor SwitchSheetsToRight { get; }

Property Value

CommandDescriptor

The command descriptor.

ThemesGroup

Gets the themes group command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor ThemesGroup { get; }

Property Value

CommandDescriptor

The themes group command descriptor.

ToggleSheetProtection

Gets the command descriptor for toggling sheet protection.

Declaration

cs-api-definition
public virtual CommandDescriptor ToggleSheetProtection { get; }

Property Value

CommandDescriptor

The command descriptor.

ToggleWorkbookProtection

Gets the command descriptor for toggling workbook protection.

Declaration

cs-api-definition
public virtual CommandDescriptor ToggleWorkbookProtection { get; }

Property Value

CommandDescriptor

The command descriptor.

Undo

Gets the undo command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor Undo { get; }

Property Value

CommandDescriptor

The undo command descriptor.

UnfreezePanes

Gets the unfreeze panes command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor UnfreezePanes { get; }

Property Value

CommandDescriptor

The unfreeze panes command descriptor.

UnhideColumns

Gets the command descriptors for unhiding columns.

Declaration

cs-api-definition
public virtual CommandDescriptor UnhideColumns { get; }

Property Value

CommandDescriptor

The command descriptors for unhiding columns.

UnhideRows

Gets the command descriptors for unhiding rows.

Declaration

cs-api-definition
public virtual CommandDescriptor UnhideRows { get; }

Property Value

CommandDescriptor

The command descriptors for unhiding rows.

Unmerge

Gets the unmerge command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor Unmerge { get; }

Property Value

CommandDescriptor

The unmerge command descriptor.

WindowGroup

Gets the window group command descriptor.

Declaration

cs-api-definition
public virtual CommandDescriptor WindowGroup { get; }

Property Value

CommandDescriptor

The window group command descriptor.

Methods

Dispose()

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

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

Dispose(bool)

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

Declaration

cs-api-definition
protected virtual void Dispose(bool cleanUpManagedResources)

Parameters

cleanUpManagedResources

bool

True if want to clean the managed resources.

InitializeCommandDescriptors()

Initializes the command descriptors.

Declaration

cs-api-definition
protected void InitializeCommandDescriptors()

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged

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