skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class CommandDescriptors

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

Inheritance
System.Object
CommandDescriptors
CellEditorCommandDescriptorsBase
WorksheetCommandDescriptors
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Commands.Descriptors
Assembly: Telerik.WinControls.RadSpreadsheet.dll

Syntax

public abstract class CommandDescriptors : IDisposable, INotifyPropertyChanged

Constructors

CommandDescriptors()

Initializes a new instance of the CommandDescriptors class.

Declaration
protected CommandDescriptors()

Fields

Default

Gets the default command descriptors.

Declaration
public static readonly CommandDescriptors Default
Field Value
CommandDescriptors

Properties

AddToPrintArea

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

Declaration
public virtual CommandDescriptor AddToPrintArea { get; }
Property Value
CommandDescriptor

The command descriptor.

AlignmentGroup

Gets the alignment group command descriptor.

Declaration
public virtual CommandDescriptor AlignmentGroup { get; }
Property Value
CommandDescriptor

The alignment group command descriptor.

ApplyFunction

Gets the apply function command descriptor.

Declaration
public virtual CommandDescriptor ApplyFunction { get; }
Property Value
CommandDescriptor

The apply function command descriptor.

AutoFitColumnsWidth

Gets the command descriptor for auto fitting column width.

Declaration
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
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
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
public virtual CommandDescriptor BringToFront { get; }
Property Value
CommandDescriptor

The command descriptor.

CellsGroup

Gets the cells group command descriptor.

Declaration
public virtual CommandDescriptor CellsGroup { get; }
Property Value
CommandDescriptor

The cells group command descriptor.

CellsGroupDelete

Gets the cells group delete command descriptor.

Declaration
public virtual CommandDescriptor CellsGroupDelete { get; }
Property Value
CommandDescriptor

The cells group delete command descriptor.

CellsGroupFormat

Gets the cells group format command descriptor.

Declaration
public virtual CommandDescriptor CellsGroupFormat { get; }
Property Value
CommandDescriptor

The cells group format command descriptor.

CellsGroupInsert

Gets the cells group insert command descriptor.

Declaration
public virtual CommandDescriptor CellsGroupInsert { get; }
Property Value
CommandDescriptor

The cells group insert command descriptor.

CircleInvalidData

Gets the circle invalid data command descriptor.

Declaration
public virtual CommandDescriptor CircleInvalidData { get; }
Property Value
CommandDescriptor

The circle invalid data command descriptor.

Clear

Gets the clear command descriptor.

Declaration
public virtual CommandDescriptor Clear { get; }
Property Value
CommandDescriptor

The clear command descriptor.

ClearFilters

Gets the clear filters command descriptor.

Declaration
public virtual CommandDescriptor ClearFilters { get; }
Property Value
CommandDescriptor

The clear filters command descriptor.

ClearPrintArea

Gets the command descriptor for clearing print area.

Declaration
public virtual CommandDescriptor ClearPrintArea { get; }
Property Value
CommandDescriptor

The command descriptor.

ClearValidationCircles

Gets the clear validation circles command descriptor.

Declaration
public virtual CommandDescriptor ClearValidationCircles { get; }
Property Value
CommandDescriptor

The clear validation circles command descriptor.

ClipboardGroup

Gets the clipboard group command descriptor.

Declaration
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
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
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
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
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
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
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
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
public virtual CommandDescriptor ContextMenuUnhideRows { get; }
Property Value
CommandDescriptor

The command descriptors for unhiding rows from the context menu.

Copy

Gets the copy command descriptor.

Declaration
public virtual CommandDescriptor Copy { get; }
Property Value
CommandDescriptor

The copy command descriptor.

CopyFormatting

Gets the copy formatting command descriptor.

Declaration
public virtual CommandDescriptor CopyFormatting { get; }
Property Value
CommandDescriptor

The copy formatting command descriptor.

Cut

Gets the cut command descriptor.

Declaration
public virtual CommandDescriptor Cut { get; }
Property Value
CommandDescriptor

The cut command descriptor.

DataToolsGroup

Gets the data tools group command descriptor.

Declaration
public virtual CommandDescriptor DataToolsGroup { get; }
Property Value
CommandDescriptor

The data tools group command descriptor.

DecreaseDecimalPlaces

Gets the decrease decimal places command descriptor.

Declaration
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
public virtual CommandDescriptor DecreaseFontSize { get; }
Property Value
CommandDescriptor

The size of the decrease font command descriptor.

DecreaseIndent

Gets the decrease indent command descriptor.

Declaration
public virtual CommandDescriptor DecreaseIndent { get; }
Property Value
CommandDescriptor

The decrease indent command descriptor.

EditingGroup

Gets the editing group command descriptor.

Declaration
public virtual CommandDescriptor EditingGroup { get; }
Property Value
CommandDescriptor

The editing group command descriptor.

EditingGroupClear

Gets the editing group clear command descriptor.

Declaration
public virtual CommandDescriptor EditingGroupClear { get; }
Property Value
CommandDescriptor

The editing group clear command descriptor.

EditingGroupFill

Gets the editing group fill command descriptor.

Declaration
public virtual CommandDescriptor EditingGroupFill { get; }
Property Value
CommandDescriptor

The editing group fill command descriptor.

FillDown

Gets the fill down command descriptor.

Declaration
public virtual CommandDescriptor FillDown { get; }
Property Value
CommandDescriptor

The fill down command descriptor.

FillLeft

Gets the fill left command descriptor.

Declaration
public virtual CommandDescriptor FillLeft { get; }
Property Value
CommandDescriptor

The fill left command descriptor.

FillRight

Gets the fill right command descriptor.

Declaration
public virtual CommandDescriptor FillRight { get; }
Property Value
CommandDescriptor

The fill right command descriptor.

FillUp

Gets the fill up command descriptor.

Declaration
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
public virtual CommandDescriptor FlipHorizontal { get; }
Property Value
CommandDescriptor

The command descriptor.

FlipVertical

Gets the command descriptor for flipping the selected shapes vertically.

Declaration
public virtual CommandDescriptor FlipVertical { get; }
Property Value
CommandDescriptor

The command descriptor.

FontGroup

Gets the font group command descriptor.

Declaration
public virtual CommandDescriptor FontGroup { get; }
Property Value
CommandDescriptor

The font group command descriptor.

FreezeFirstColumn

Gets the freeze first column command descriptor.

Declaration
public virtual CommandDescriptor FreezeFirstColumn { get; }
Property Value
CommandDescriptor

The freeze first column command descriptor.

FreezePanes

Gets the freeze panes command descriptor.

Declaration
public virtual CommandDescriptor FreezePanes { get; }
Property Value
CommandDescriptor

The freeze panes command descriptor.

FreezeTopRow

Gets the freeze top row command descriptor.

Declaration
public virtual CommandDescriptor FreezeTopRow { get; }
Property Value
CommandDescriptor

The freeze top row command descriptor.

FunctionLibraryGroup

Gets the function library group command descriptor.

Declaration
public virtual CommandDescriptor FunctionLibraryGroup { get; }
Property Value
CommandDescriptor

The function library group command descriptor.

HideColumns

Gets the command descriptors for hiding columns.

Declaration
public virtual CommandDescriptor HideColumns { get; }
Property Value
CommandDescriptor

The command descriptors for hiding columns.

HideRows

Gets the command descriptors for hiding rows.

Declaration
public virtual CommandDescriptor HideRows { get; }
Property Value
CommandDescriptor

The command descriptors for hiding rows.

IncreaseDecimalPlaces

Gets the increase decimal places command descriptor.

Declaration
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
public virtual CommandDescriptor IncreaseFontSize { get; }
Property Value
CommandDescriptor

The size of the increase font command descriptor.

IncreaseIndent

Gets the increase indent command descriptor.

Declaration
public virtual CommandDescriptor IncreaseIndent { get; }
Property Value
CommandDescriptor

The increase indent command descriptor.

InsertCells

Gets the command descriptor for inserting cells.

Declaration
public virtual CommandDescriptor InsertCells { get; }
Property Value
CommandDescriptor

The command descriptor for inserting cells.

InsertChart

Gets the command descriptor for inserting a chart.

Declaration
public virtual CommandDescriptor InsertChart { get; }
Property Value
CommandDescriptor

The command descriptor.

InsertColumns

Gets the command descriptor for inserting columns.

Declaration
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
public virtual CommandDescriptor InsertPageBreak { get; }
Property Value
CommandDescriptor

The insert page break.

InsertPicture

Gets the command descriptor for inserting a picture.

Declaration
public virtual CommandDescriptor InsertPicture { get; }
Property Value
CommandDescriptor

The command descriptor.

InsertRows

Gets the command descriptor for inserting rows.

Declaration
public virtual CommandDescriptor InsertRows { get; }
Property Value
CommandDescriptor

The command descriptor for inserting rows.

InsertSheet

Gets the command descriptor for inserting sheet.

Declaration
public virtual CommandDescriptor InsertSheet { get; }
Property Value
CommandDescriptor

The command descriptor for inserting sheet.

LinksGroup

Gets the links group command descriptor.

Declaration
public virtual CommandDescriptor LinksGroup { get; }
Property Value
CommandDescriptor

The links group command descriptor.

Merge

Gets the merge command descriptor.

Declaration
public virtual CommandDescriptor Merge { get; }
Property Value
CommandDescriptor

The merge command descriptor.

MergeAcross

Gets the merge across command descriptor.

Declaration
public virtual CommandDescriptor MergeAcross { get; }
Property Value
CommandDescriptor

The merge across command descriptor.

MergeAndCenter

Gets the merge and center command descriptor.

Declaration
public virtual CommandDescriptor MergeAndCenter { get; }
Property Value
CommandDescriptor

The merge and center command descriptor.

NewFile

Gets the new file command descriptor.

Declaration
public virtual CommandDescriptor NewFile { get; }
Property Value
CommandDescriptor

The new file command descriptor.

NumberGroup

Gets the number group command descriptor.

Declaration
public virtual CommandDescriptor NumberGroup { get; }
Property Value
CommandDescriptor

The number group command descriptor.

OpenFile

Gets the open file command descriptor.

Declaration
public virtual CommandDescriptor OpenFile { get; }
Property Value
CommandDescriptor

The open file command descriptor.

Paste

Gets the paste command descriptor.

Declaration
public virtual CommandDescriptor Paste { get; }
Property Value
CommandDescriptor

The paste command descriptor.

PasteColumnWidths

Gets the paste column widths command descriptor.

Declaration
public virtual CommandDescriptor PasteColumnWidths { get; }
Property Value
CommandDescriptor

The paste column widths command descriptor.

PasteFormatting

Gets the paste formatting command descriptor.

Declaration
public virtual CommandDescriptor PasteFormatting { get; }
Property Value
CommandDescriptor

The paste formatting command descriptor.

PasteFormulas

Gets the paste formulas command descriptor.

Declaration
public virtual CommandDescriptor PasteFormulas { get; }
Property Value
CommandDescriptor

The paste formulas command descriptor.

PasteFormulasAndNumberFormats

Gets the paste formulas and number formats command descriptor.

Declaration
public virtual CommandDescriptor PasteFormulasAndNumberFormats { get; }
Property Value
CommandDescriptor

The paste formulas and number formats command descriptor.

PasteValues

Gets the paste values command descriptor.

Declaration
public virtual CommandDescriptor PasteValues { get; }
Property Value
CommandDescriptor

The paste values command descriptor.

PasteValuesAndNumberFormats

Gets the paste values and number formats command descriptor.

Declaration
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
public virtual CommandDescriptor PictureToolsTab { get; }
Property Value
CommandDescriptor

The command descriptor.

PrintGridlines

Gets the command descriptor for printing gridlines.

Declaration
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
public virtual CommandDescriptor PrintRowColumnHeadings { get; }
Property Value
CommandDescriptor

The command descriptor for printing row and column headings.

RadSpreadsheet

Gets the RadSpreadsheetElement.

Declaration
public virtual RadSpreadsheetElement RadSpreadsheet { get; }
Property Value
RadSpreadsheetElement

The RadSpreadsheetElement.

ReapplyFilters

Gets the reapply filters command descriptor.

Declaration
public virtual CommandDescriptor ReapplyFilters { get; }
Property Value
CommandDescriptor

The reapply filters command descriptor.

Redo

Gets the redo command descriptor.

Declaration
public virtual CommandDescriptor Redo { get; }
Property Value
CommandDescriptor

The redo command descriptor.

RemoveCells

Gets the command descriptor for removing cells.

Declaration
public virtual CommandDescriptor RemoveCells { get; }
Property Value
CommandDescriptor

The command descriptor for removing cells.

RemoveColumns

Gets the command descriptor for removing columns.

Declaration
public virtual CommandDescriptor RemoveColumns { get; }
Property Value
CommandDescriptor

The command descriptor for removing columns.

RemoveHyperlink

Gets the remove hyperlink command descriptor.

Declaration
public virtual CommandDescriptor RemoveHyperlink { get; }
Property Value
CommandDescriptor

The remove hyperlink command descriptor.

RemovePageBreak

Gets the command descriptor for removing a page break.

Declaration
public virtual CommandDescriptor RemovePageBreak { get; }
Property Value
CommandDescriptor

The command descriptor.

RemoveRows

Gets the command descriptor for removing rows.

Declaration
public virtual CommandDescriptor RemoveRows { get; }
Property Value
CommandDescriptor

The command descriptor for removing rows.

RemoveSheet

Gets the command descriptor for removing sheet.

Declaration
public virtual CommandDescriptor RemoveSheet { get; }
Property Value
CommandDescriptor

The command descriptor for removing sheet.

ResetAllPageBreaks

Gets the command descriptor for resetting all page breaks.

Declaration
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
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
public virtual CommandDescriptor RotateNinetyDegreesRight { get; }
Property Value
CommandDescriptor

The command descriptor.

SaveFile

Gets the save file command descriptor.

Declaration
public virtual CommandDescriptor SaveFile { get; }
Property Value
CommandDescriptor

The save file command descriptor.

ScaleFactor

Gets the scale factor command descriptor.

Declaration
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
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
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
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
public virtual CommandDescriptor SendToBack { get; }
Property Value
CommandDescriptor

The command descriptor.

SetBorders

Gets the set borders command descriptor.

Declaration
public virtual CommandDescriptor SetBorders { get; }
Property Value
CommandDescriptor

The set borders command descriptor.

SetColumnsWidth

Gets the command descriptor for setting the columns width.

Declaration
public virtual CommandDescriptor SetColumnsWidth { get; }
Property Value
CommandDescriptor

The command descriptor for setting the columns width.

SetDefaultColumnWidth

Gets the command descriptor for setting default column width.

Declaration
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
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
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
public virtual CommandDescriptor SetFilterRange { get; }
Property Value
CommandDescriptor

The set filter range command descriptor.

SetFontFamily

Gets the set font family command descriptor.

Declaration
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
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
public virtual CommandDescriptor SetForeColor { get; }
Property Value
CommandDescriptor

The color of the set fore command descriptor.

SetFormat

Gets the set format command descriptor.

Declaration
public virtual CommandDescriptor SetFormat { get; }
Property Value
CommandDescriptor

The set format command descriptor.

SetHorizontalAlignment

Gets the command descriptor for setting horizontal alignment.

Declaration
public virtual CommandDescriptor SetHorizontalAlignment { get; }
Property Value
CommandDescriptor

The command descriptor for setting horizontal alignment.

SetIsBold

Gets the set is bold command descriptor.

Declaration
public virtual CommandDescriptor SetIsBold { get; }
Property Value
CommandDescriptor

The set is bold command descriptor.

SetIsItalic

Gets the set is italic command descriptor.

Declaration
public virtual CommandDescriptor SetIsItalic { get; }
Property Value
CommandDescriptor

The set is italic command descriptor.

SetIsWrapped

Gets the command descriptor for setting is wrapped.

Declaration
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
public virtual CommandDescriptor SetPrintArea { get; }
Property Value
CommandDescriptor

The command descriptor.

SetRowsHeight

Gets the command descriptor for setting rows height.

Declaration
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
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
public virtual CommandDescriptor SetShapeWidth { get; }
Property Value
CommandDescriptor

The command descriptor.

SetStyle

Gets the set style command descriptor.

Declaration
public virtual CommandDescriptor SetStyle { get; }
Property Value
CommandDescriptor

The set style command descriptor.

SetUnderline

Gets the set underline command descriptor.

Declaration
public virtual CommandDescriptor SetUnderline { get; }
Property Value
CommandDescriptor

The set underline command descriptor.

SetVerticalAlignment

Gets the command descriptor for setting vertical alignment.

Declaration
public virtual CommandDescriptor SetVerticalAlignment { get; }
Property Value
CommandDescriptor

The command descriptor for setting vertical alignment.

ShowCreateDefinedNameDialog

Gets the command descriptor used for showing CreateDefinedName dialog.

Declaration
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
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
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
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
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
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
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
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
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
public virtual CommandDescriptor ShowGridlines { get; }
Property Value
CommandDescriptor

The command descriptor for showing gridlines.

ShowHyperlinkDialog

Gets the command descriptor for showing Hyperlink dialog.

Declaration
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
public virtual CommandDescriptor ShowInsertFunctionDialog { get; }
Property Value
CommandDescriptor

The command descriptor for showing InsertFunction dialog.

ShowMoreColorsDialog

Gets the command descriptor for showing MoreColors dialog.

Declaration
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
public virtual CommandDescriptor ShowNameManagerDialog { get; }
Property Value
CommandDescriptor

The command descriptor used for showing the NameManager dialog.

ShowPageSetupDialog

Gets the command descriptor used for showing PageSetup dialog.

Declaration
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
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
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
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
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
public virtual CommandDescriptor ShowSortingDialog { get; }
Property Value
CommandDescriptor

The the command descriptor used for showing sorting dialog.

ShowStyleDialog

Gets the command descriptor for showing Style dialog.

Declaration
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
public virtual CommandDescriptor ShowTopFilterDialog { get; }
Property Value
CommandDescriptor

The command descriptor used for showing the top10 filter dialog.

ShowUnprotectSheetDialog

Gets the command descriptor for showing the Unprotect Worksheet dialog.

Declaration
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
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
public virtual CommandDescriptor ShowUpdateSpreadsheetNameDialog { get; }
Property Value
CommandDescriptor

The command descriptor used for showing UpdateSpreadsheetName dialog.

Sort

Gets the command descriptor for sort.

Declaration
public virtual CommandDescriptor Sort { get; }
Property Value
CommandDescriptor

The command descriptor for sort.

SortAndFilterGroup

Gets the sort and filter group command descriptor.

Declaration
public virtual CommandDescriptor SortAndFilterGroup { get; }
Property Value
CommandDescriptor

The sort and filter group command descriptor.

StylesGroup

Gets the styles group command descriptor.

Declaration
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
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
public virtual CommandDescriptor SwitchSheetsToRight { get; }
Property Value
CommandDescriptor

The command descriptor.

ThemesGroup

Gets the themes group command descriptor.

Declaration
public virtual CommandDescriptor ThemesGroup { get; }
Property Value
CommandDescriptor

The themes group command descriptor.

ToggleSheetProtection

Gets the command descriptor for toggling sheet protection.

Declaration
public virtual CommandDescriptor ToggleSheetProtection { get; }
Property Value
CommandDescriptor

The command descriptor.

ToggleWorkbookProtection

Gets the command descriptor for toggling workbook protection.

Declaration
public virtual CommandDescriptor ToggleWorkbookProtection { get; }
Property Value
CommandDescriptor

The command descriptor.

Undo

Gets the undo command descriptor.

Declaration
public virtual CommandDescriptor Undo { get; }
Property Value
CommandDescriptor

The undo command descriptor.

UnfreezePanes

Gets the unfreeze panes command descriptor.

Declaration
public virtual CommandDescriptor UnfreezePanes { get; }
Property Value
CommandDescriptor

The unfreeze panes command descriptor.

UnhideColumns

Gets the command descriptors for unhiding columns.

Declaration
public virtual CommandDescriptor UnhideColumns { get; }
Property Value
CommandDescriptor

The command descriptors for unhiding columns.

UnhideRows

Gets the command descriptors for unhiding rows.

Declaration
public virtual CommandDescriptor UnhideRows { get; }
Property Value
CommandDescriptor

The command descriptors for unhiding rows.

Unmerge

Gets the unmerge command descriptor.

Declaration
public virtual CommandDescriptor Unmerge { get; }
Property Value
CommandDescriptor

The unmerge command descriptor.

WindowGroup

Gets the window group command descriptor.

Declaration
public virtual CommandDescriptor WindowGroup { get; }
Property Value
CommandDescriptor

The window group command descriptor.

Methods

DetachEvents()

This method can be used to unsubscribe any attached events.

Declaration
protected virtual void DetachEvents()

Dispose()

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

Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()

Dispose(Boolean)

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

Declaration
protected virtual void Dispose(bool cleanUpManagedResources)
Parameters
System.Boolean cleanUpManagedResources

True if want to clean the managed resources.

InitializeCommandDescriptors()

Initializes the command descriptors.

Declaration
protected void InitializeCommandDescriptors()

Events

PropertyChanged

Occurs when a property value changes.

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.