Class
WorksheetCommandDescriptors

Represents the worksheet command descriptors.

Definition

Constructors

WorksheetCommandDescriptors(RadWorksheetEditor)

Initializes a new instance of the WorksheetCommandDescriptors class.

Declaration

cs-api-definition
public WorksheetCommandDescriptors(RadWorksheetEditor owner)

Parameters

owner

RadWorksheetEditor

The owner.

Properties

AddComment

Gets the command descriptor for adding comment.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for adding comment.

Overrides CommandDescriptors.AddComment

AddNote

Gets the command descriptor for adding note.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for adding note.

Overrides CommandDescriptors.AddNote

AddToPrintArea

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.AddToPrintArea

AlignmentGroup

Gets the alignment group command descriptor.

Declaration

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

Property Value

CommandDescriptor

The alignment group command descriptor.

Overrides CommandDescriptors.AlignmentGroup

ApplyFunction

Gets the apply function command descriptor.

Declaration

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

Property Value

CommandDescriptor

The apply function command descriptor.

Overrides CommandDescriptors.ApplyFunction

AutoFitColumnsWidth

Gets the command descriptor for auto fitting column width.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for auto fitting column width.

Overrides CommandDescriptors.AutoFitColumnsWidth

AutoFitRowsHeight

Gets the command descriptor for auto fitting rows height.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for auto fitting rows height.

Overrides CommandDescriptors.AutoFitRowsHeight

BringForward

Gets the command descriptor for bringing a shape a step forward.

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.BringForward

BringToFront

Gets the command descriptor for bringing a shape to the front of all shapes.

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.BringToFront

CellsGroup

Gets the cells group command descriptor.

Declaration

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

Property Value

CommandDescriptor

The cells group command descriptor.

Overrides CommandDescriptors.CellsGroup

CellsGroupDelete

Gets the cells group delete command descriptor.

Declaration

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

Property Value

CommandDescriptor

The cells group delete command descriptor.

Overrides CommandDescriptors.CellsGroupDelete

CellsGroupFormat

Gets the cells group format command descriptor.

Declaration

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

Property Value

CommandDescriptor

The cells group format command descriptor.

Overrides CommandDescriptors.CellsGroupFormat

CellsGroupInsert

Gets the cells group insert command descriptor.

Declaration

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

Property Value

CommandDescriptor

The cells group insert command descriptor.

Overrides CommandDescriptors.CellsGroupInsert

CircleInvalidData

Gets the circle invalid data command descriptor.

Declaration

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

Property Value

CommandDescriptor

The circle invalid data command descriptor.

Overrides CommandDescriptors.CircleInvalidData

Clear

Gets the clear command descriptor.

Declaration

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

Property Value

CommandDescriptor

The clear command descriptor.

Overrides CommandDescriptors.Clear

ClearConditionalFormattingsFromSelection

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

Declaration

cs-api-definition
public override CommandDescriptor ClearConditionalFormattingsFromSelection { get; }

Property Value

CommandDescriptor

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

Overrides CommandDescriptors.ClearConditionalFormattingsFromSelection

ClearConditionalFormattingsFromWorksheet

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

Declaration

cs-api-definition
public override CommandDescriptor ClearConditionalFormattingsFromWorksheet { get; }

Property Value

CommandDescriptor

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

Overrides CommandDescriptors.ClearConditionalFormattingsFromWorksheet

ClearFilters

Gets the command descriptor for clearing filters.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for clearing filters.

Overrides CommandDescriptors.ClearFilters

ClearPrintArea

Gets the command descriptor for clearing print area.

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.ClearPrintArea

ClearValidationCircles

Gets the clear validation circles command descriptor.

Declaration

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

Property Value

CommandDescriptor

The clear validation circles command descriptor.

Overrides CommandDescriptors.ClearValidationCircles

ClipboardGroup

Gets the clipboard group command descriptor.

Declaration

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

Property Value

CommandDescriptor

The clipboard group command descriptor.

Overrides CommandDescriptors.ClipboardGroup

ContextMenuHideColumns

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

Declaration

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

Property Value

CommandDescriptor

The command descriptors for hiding columns from the context menu.

Overrides CommandDescriptors.ContextMenuHideColumns

ContextMenuHideRows

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

Declaration

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

Property Value

CommandDescriptor

The command descriptors for hiding rows from the context menu.

Overrides CommandDescriptors.ContextMenuHideRows

ContextMenuInsertColumns

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor for inserting columns from the context menu.

Overrides CommandDescriptors.ContextMenuInsertColumns

ContextMenuInsertRows

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor for inserting rows from the context menu.

Overrides CommandDescriptors.ContextMenuInsertRows

ContextMenuRemoveColumns

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor for removing columns from the context menu.

Overrides CommandDescriptors.ContextMenuRemoveColumns

ContextMenuRemoveRows

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor for removing rows from the context menu.

Overrides CommandDescriptors.ContextMenuRemoveRows

ContextMenuUnhideColumns

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

Declaration

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

Property Value

CommandDescriptor

The command descriptors for unhiding columns from the context menu.

Overrides CommandDescriptors.ContextMenuUnhideColumns

ContextMenuUnhideRows

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

Declaration

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

Property Value

CommandDescriptor

The command descriptors for unhiding rows from the context menu.

Overrides CommandDescriptors.ContextMenuUnhideRows

ConvertNotesToComments

Gets the command descriptor for convert notes to comments.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for convert notes to comments.

Overrides CommandDescriptors.ConvertNotesToComments

Copy

Gets the copy command descriptor.

Declaration

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

Property Value

CommandDescriptor

The copy command descriptor.

Overrides CommandDescriptors.Copy

Cut

Gets the cut command descriptor.

Declaration

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

Property Value

CommandDescriptor

The cut command descriptor.

Overrides CommandDescriptors.Cut

DataToolsGroup

Gets the data tools group command descriptor.

Declaration

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

Property Value

CommandDescriptor

The data tools group command descriptor.

Overrides CommandDescriptors.DataToolsGroup

DecreaseDecimalPlaces

Gets the decrease decimal places command descriptor.

Declaration

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

Property Value

CommandDescriptor

The decrease decimal places command descriptor.

Overrides CommandDescriptors.DecreaseDecimalPlaces

DecreaseFontSize

Gets the size of the decrease font command descriptor.

Declaration

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

Property Value

CommandDescriptor

The size of the decrease font command descriptor.

Overrides CommandDescriptors.DecreaseFontSize

DecreaseIndent

Gets the decrease indent command descriptor.

Declaration

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

Property Value

CommandDescriptor

The decrease indent command descriptor.

Overrides CommandDescriptors.DecreaseIndent

EditNote

Gets the command descriptor for editing note.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for editing note.

Overrides CommandDescriptors.EditNote

EditingGroup

Gets the editing group command descriptor.

Declaration

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

Property Value

CommandDescriptor

The editing group command descriptor.

Overrides CommandDescriptors.EditingGroup

EditingGroupClear

Gets the editing group clear command descriptor.

Declaration

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

Property Value

CommandDescriptor

The editing group clear command descriptor.

Overrides CommandDescriptors.EditingGroupClear

EditingGroupFill

Gets the editing group fill command descriptor.

Declaration

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

Property Value

CommandDescriptor

The editing group fill command descriptor.

Overrides CommandDescriptors.EditingGroupFill

FillDown

Gets the fill down command descriptor.

Declaration

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

Property Value

CommandDescriptor

The fill down command descriptor.

Overrides CommandDescriptors.FillDown

FillLeft

Gets the fill left command descriptor.

Declaration

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

Property Value

CommandDescriptor

The fill left command descriptor.

Overrides CommandDescriptors.FillLeft

FillRight

Gets the fill right command descriptor.

Declaration

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

Property Value

CommandDescriptor

The fill right command descriptor.

Overrides CommandDescriptors.FillRight

FillUp

Gets the fill up command descriptor.

Declaration

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

Property Value

CommandDescriptor

The fill up command descriptor.

Overrides CommandDescriptors.FillUp

FlipHorizontal

Gets the command descriptor for flipping the selected shapes horizontally.

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.FlipHorizontal

FlipVertical

Gets the command descriptor for flipping the selected shapes vertically.

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.FlipVertical

FontGroup

Gets the font group command descriptor.

Declaration

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

Property Value

CommandDescriptor

The font group command descriptor.

Overrides CommandDescriptors.FontGroup

FreezeFirstColumn

Gets the freeze first column command descriptor.

Declaration

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

Property Value

CommandDescriptor

The freeze first column command descriptor.

Overrides CommandDescriptors.FreezeFirstColumn

FreezePanes

Gets the freeze panes command descriptor.

Declaration

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

Property Value

CommandDescriptor

The freeze panes command descriptor.

Overrides CommandDescriptors.FreezePanes

FreezeTopRow

Gets the freeze top row command descriptor.

Declaration

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

Property Value

CommandDescriptor

The freeze top row command descriptor.

Overrides CommandDescriptors.FreezeTopRow

FunctionLibraryGroup

Gets the function library group command descriptor.

Declaration

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

Property Value

CommandDescriptor

The function library group command descriptor.

Overrides CommandDescriptors.FunctionLibraryGroup

HideColumns

Gets the command descriptors for hiding columns.

Declaration

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

Property Value

CommandDescriptor

The command descriptors for hiding columns.

Overrides CommandDescriptors.HideColumns

HideRows

Gets the command descriptors for hiding rows.

Declaration

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

Property Value

CommandDescriptor

The command descriptors for hiding rows.

Overrides CommandDescriptors.HideRows

HideSheet

Gets the command descriptor for hiding sheet.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for hiding sheet.

Overrides CommandDescriptors.HideSheet

IncreaseDecimalPlaces

Gets the increase decimal places command descriptor.

Declaration

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

Property Value

CommandDescriptor

The increase decimal places command descriptor.

Overrides CommandDescriptors.IncreaseDecimalPlaces

IncreaseFontSize

Gets the size of the increase font command descriptor.

Declaration

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

Property Value

CommandDescriptor

The size of the increase font command descriptor.

Overrides CommandDescriptors.IncreaseFontSize

IncreaseIndent

Gets the increase indent command descriptor.

Declaration

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

Property Value

CommandDescriptor

The increase indent command descriptor.

Overrides CommandDescriptors.IncreaseIndent

InsertCells

Gets the command descriptor for inserting cells.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for inserting cells.

Overrides CommandDescriptors.InsertCells

InsertChart

Gets the command descriptor for inserting a chart.

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.InsertChart

InsertColumns

Gets the command descriptor for inserting columns.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for inserting columns.

Overrides CommandDescriptors.InsertColumns

InsertPageBreak

Gets the command descriptor for inserting a page break.

Declaration

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

Property Value

CommandDescriptor

The insert page break.

Overrides CommandDescriptors.InsertPageBreak

InsertPicture

Gets the command descriptor for inserting a picture.

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.InsertPicture

InsertRows

Gets the command descriptor for inserting rows.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for inserting rows.

Overrides CommandDescriptors.InsertRows

InsertSheet

Gets the command descriptor for inserting sheet.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for inserting sheet.

Overrides CommandDescriptors.InsertSheet

JumpToNextComment

Gets the command descriptor for jump to next comment.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for jump to next comment.

Overrides CommandDescriptors.JumpToNextComment

JumpToNextNote

Gets the command descriptor for jump to next note.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for jump to next note.

Overrides CommandDescriptors.JumpToNextNote

JumpToPreviousComment

Gets the command descriptor for jump to previous comment.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for jump to previous comment.

Overrides CommandDescriptors.JumpToPreviousComment

JumpToPreviousNote

Gets the command descriptor for jump to previous note.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for jump to previous note.

Overrides CommandDescriptors.JumpToPreviousNote

LinksGroup

Gets the links group command descriptor.

Declaration

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

Property Value

CommandDescriptor

The links group command descriptor.

Overrides CommandDescriptors.LinksGroup

Merge

Gets the merge command descriptor.

Declaration

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

Property Value

CommandDescriptor

The merge command descriptor.

Overrides CommandDescriptors.Merge

MergeAcross

Gets the merge across command descriptor.

Declaration

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

Property Value

CommandDescriptor

The merge across command descriptor.

Overrides CommandDescriptors.MergeAcross

MergeAndCenter

Gets the merge and center command descriptor.

Declaration

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

Property Value

CommandDescriptor

The merge and center command descriptor.

Overrides CommandDescriptors.MergeAndCenter

NewFile

Gets the new file command descriptor.

Declaration

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

Property Value

CommandDescriptor

The new file command descriptor.

Overrides CommandDescriptors.NewFile

NumberGroup

Gets the number group command descriptor.

Declaration

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

Property Value

CommandDescriptor

The number group command descriptor.

Overrides CommandDescriptors.NumberGroup

OpenFile

Gets the open file command descriptor.

Declaration

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

Property Value

CommandDescriptor

The open file command descriptor.

Overrides CommandDescriptors.OpenFile

OpenSimpleConditionalFormattingDialog

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor for opening the simple conditional formatting dialog.

Overrides CommandDescriptors.OpenSimpleConditionalFormattingDialog

Paste

Gets the paste command descriptor.

Declaration

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

Property Value

CommandDescriptor

The paste command descriptor.

Overrides CommandDescriptors.Paste

PasteColumnWidths

Gets the paste column widths command descriptor.

Declaration

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

Property Value

CommandDescriptor

The paste column widths command descriptor.

Overrides CommandDescriptors.PasteColumnWidths

PasteFormatting

Gets the paste formatting command descriptor.

Declaration

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

Property Value

CommandDescriptor

The paste formatting command descriptor.

Overrides CommandDescriptors.PasteFormatting

PasteFormulas

Gets the paste formulas command descriptor.

Declaration

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

Property Value

CommandDescriptor

The paste formulas command descriptor.

Overrides CommandDescriptors.PasteFormulas

PasteFormulasAndNumberFormats

Gets the paste formulas and number formats command descriptor.

Declaration

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

Property Value

CommandDescriptor

The paste formulas and number formats command descriptor.

Overrides CommandDescriptors.PasteFormulasAndNumberFormats

PasteValues

Gets the paste values command descriptor.

Declaration

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

Property Value

CommandDescriptor

The paste values command descriptor.

Overrides CommandDescriptors.PasteValues

PasteValuesAndNumberFormats

Gets the paste values and number formats command descriptor.

Declaration

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

Property Value

CommandDescriptor

The paste values and number formats command descriptor.

Overrides CommandDescriptors.PasteValuesAndNumberFormats

PictureToolsTab

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.PictureToolsTab

PrintGridlines

Gets the command descriptor for printing gridlines.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for printing gridlines.

Overrides CommandDescriptors.PrintGridlines

PrintRowColumnHeadings

Gets the command descriptor for printing row and column headings.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for printing row and column headings.

Overrides CommandDescriptors.PrintRowColumnHeadings

RadSpreadsheet

Gets the RadSpreadsheet.

Declaration

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

Property Value

RadSpreadsheet

The RadSpreadsheet.

Overrides CommandDescriptors.RadSpreadsheet

ReapplyFilters

Gets the command descriptor for reapplying filters.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for reapplying filters.

Overrides CommandDescriptors.ReapplyFilters

Redo

Gets the redo command descriptor.

Declaration

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

Property Value

CommandDescriptor

The redo command descriptor.

Overrides CommandDescriptors.Redo

RemoveCells

Gets the command descriptor for removing cells.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for removing cells.

Overrides CommandDescriptors.RemoveCells

RemoveColumns

Gets the command descriptor for removing columns.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for removing columns.

Overrides CommandDescriptors.RemoveColumns

RemoveComment

Gets the command descriptor for removing comment.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for removing comment.

Overrides CommandDescriptors.RemoveComment

Gets the remove hyperlink command descriptor.

Declaration

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

Property Value

CommandDescriptor

The remove hyperlink command descriptor.

Overrides CommandDescriptors.RemoveHyperlink

RemoveNote

Gets the command descriptor for removing note.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for removing note.

Overrides CommandDescriptors.RemoveNote

RemovePageBreak

Gets the command descriptor for removing a page break.

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.RemovePageBreak

RemoveRows

Gets the command descriptor for removing rows.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for removing rows.

Overrides CommandDescriptors.RemoveRows

RemoveSheet

Gets the command descriptor for removing sheet.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for removing sheet.

Overrides CommandDescriptors.RemoveSheet

ReplyComment

Gets the command descriptor for replying comment.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for replying comment.

Overrides CommandDescriptors.ReplyComment

ResetAllPageBreaks

Gets the command descriptor for resetting all page breaks.

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.ResetAllPageBreaks

RotateNinetyDegreesLeft

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.RotateNinetyDegreesLeft

RotateNinetyDegreesRight

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.RotateNinetyDegreesRight

SaveFile

Gets the save file command descriptor.

Declaration

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

Property Value

CommandDescriptor

The save file command descriptor.

Overrides CommandDescriptors.SaveFile

ScaleFactor

Gets the scale factor command descriptor.

Declaration

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

Property Value

CommandDescriptor

The scale factor command descriptor.

Overrides CommandDescriptors.ScaleFactor

SelectColumns

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.SelectColumns

SelectRows

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.SelectRows

SendBackward

Gets the command descriptor for sending a shape a step backward.

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.SendBackward

SendToBack

Gets the command descriptor for sending a shape to the back of all shapes.

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.SendToBack

SetBorders

Gets the set borders command descriptor.

Declaration

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

Property Value

CommandDescriptor

The set borders command descriptor.

Overrides CommandDescriptors.SetBorders

SetColorScaleConditionalFormattingRule

Gets the command descriptor for setting ColorScale conditional formatting rule.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for setting ColorScale conditional formatting rule.

Overrides CommandDescriptors.SetColorScaleConditionalFormattingRule

SetColumnsWidth

Gets the command descriptor for setting the columns width.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for setting the columns width.

Overrides CommandDescriptors.SetColumnsWidth

SetDataBarConditionalFormattingRule

Gets the command descriptor for setting DataBar conditional formatting rule.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for setting DataBar conditional formatting rule.

Overrides CommandDescriptors.SetDataBarConditionalFormattingRule

SetDefaultColumnWidth

Gets the command descriptor for setting default column width.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for setting default column width.

Overrides CommandDescriptors.SetDefaultColumnWidth

SetDefaultRowHeight

Gets the command descriptor for setting default row height.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for setting default row height.

Overrides CommandDescriptors.SetDefaultRowHeight

SetFillColor

Gets the color of the set fill command descriptor.

Declaration

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

Property Value

CommandDescriptor

The color of the set fill command descriptor.

Overrides CommandDescriptors.SetFillColor

SetFilterRange

Gets the command descriptor for setting filter range.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for setting filter range.

Overrides CommandDescriptors.SetFilterRange

SetFontFamily

Gets the set font family command descriptor.

Declaration

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

Property Value

CommandDescriptor

The set font family command descriptor.

Overrides CommandDescriptors.SetFontFamily

SetFontSize

Gets the size of the set font command descriptor.

Declaration

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

Property Value

CommandDescriptor

The size of the set font command descriptor.

Overrides CommandDescriptors.SetFontSize

SetForeColor

Gets the color of the set fore command descriptor.

Declaration

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

Property Value

CommandDescriptor

The color of the set fore command descriptor.

Overrides CommandDescriptors.SetForeColor

SetFormat

Gets the set format command descriptor.

Declaration

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

Property Value

CommandDescriptor

The set format command descriptor.

Overrides CommandDescriptors.SetFormat

SetHorizontalAlignment

Gets the command descriptor for setting horizontal alignment.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for setting horizontal alignment.

Overrides CommandDescriptors.SetHorizontalAlignment

SetIconSetConditionalFormattingRule

Gets the command descriptor for setting IconSet conditional formatting rule.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for setting IconSet conditional formatting rule.

Overrides CommandDescriptors.SetIconSetConditionalFormattingRule

SetIsBold

Gets the set is bold command descriptor.

Declaration

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

Property Value

CommandDescriptor

The set is bold command descriptor.

Overrides CommandDescriptors.SetIsBold

SetIsItalic

Gets the set is italic command descriptor.

Declaration

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

Property Value

CommandDescriptor

The set is italic command descriptor.

Overrides CommandDescriptors.SetIsItalic

SetIsWrapped

Gets the command descriptor for setting is wrapped.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for setting is wrapped.

Overrides CommandDescriptors.SetIsWrapped

SetPrintArea

Gets the command descriptor for setting print area.

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.SetPrintArea

SetRowsHeight

Gets the command descriptor for setting rows height.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for setting rows height.

Overrides CommandDescriptors.SetRowsHeight

SetShapeHeight

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.SetShapeHeight

SetShapeWidth

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.SetShapeWidth

SetStyle

Gets the set style command descriptor.

Declaration

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

Property Value

CommandDescriptor

The set style command descriptor.

Overrides CommandDescriptors.SetStyle

SetUnderline

Gets the set underline command descriptor.

Declaration

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

Property Value

CommandDescriptor

The set underline command descriptor.

Overrides CommandDescriptors.SetUnderline

SetVerticalAlignment

Gets the command descriptor for setting vertical alignment.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for setting vertical alignment.

Overrides CommandDescriptors.SetVerticalAlignment

ShowAllComments

Gets the command descriptor for show all comments.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for show all comments.

Overrides CommandDescriptors.ShowAllComments

ShowAllNotes

Gets the command descriptor for show all notes.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for show all notes.

Overrides CommandDescriptors.ShowAllNotes

ShowCreateDefinedNameDialog

Gets the command descriptor used for showing CreateDefinedName dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor used for showing CreateDefinedName dialog.

Overrides CommandDescriptors.ShowCreateDefinedNameDialog

ShowCreateNewThemeColorsDialog

Gets the command descriptor for showing CreateNewThemeColors dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing CreateNewThemeColors dialog.

Overrides CommandDescriptors.ShowCreateNewThemeColorsDialog

ShowCreateNewThemeFontsDialog

Gets the command descriptor for showing CreateNewThemeFonts dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing CreateNewThemeFonts dialog.

Overrides CommandDescriptors.ShowCreateNewThemeFontsDialog

ShowDataValidationDialog

Gets the command descriptor used for showing data validation dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor used for showing data validation dialog.

Overrides CommandDescriptors.ShowDataValidationDialog

ShowFindAndReplaceDialog

Gets the command descriptor used for showing FindAndReplace dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor used for showing FindAndReplace dialog.

Overrides CommandDescriptors.ShowFindAndReplaceDialog

ShowFormatCellsDialog

Gets the command descriptor for showing FormatCells dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing FormatCells dialog.

Overrides CommandDescriptors.ShowFormatCellsDialog

ShowFormatCellsDialogNumberTab

Gets the command descriptor for showing FormatCells dialog number tab.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing FormatCells dialog number tab.

Overrides CommandDescriptors.ShowFormatCellsDialogNumberTab

ShowFormatShapesDialog

Gets the command descriptor used for showing Format Shapes dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor used for showing Format Shapes dialog.

Overrides CommandDescriptors.ShowFormatShapesDialog

ShowGridlines

Gets the command descriptor for showing gridlines.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing gridlines.

Overrides CommandDescriptors.ShowGridlines

ShowHideNote

Gets the command descriptor for show/hide note.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for show/hide note.

Overrides CommandDescriptors.ShowHideNote

ShowHyperlinkDialog

Gets the command descriptor for showing Hyperlink dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing Hyperlink dialog.

Overrides CommandDescriptors.ShowHyperlinkDialog

ShowInsertFunctionDialog

Gets the command descriptor for showing InsertFunction dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing InsertFunction dialog.

Overrides CommandDescriptors.ShowInsertFunctionDialog

ShowManageConditionalFormattingDialog

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor for opening the dialog.

Overrides CommandDescriptors.ShowManageConditionalFormattingDialog

ShowMoreColorsDialog

Gets the command descriptor for showing MoreColors dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing MoreColors dialog.

Overrides CommandDescriptors.ShowMoreColorsDialog

ShowNameManagerDialog

Gets the command descriptor used for showing the NameManager dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor used for showing the NameManager dialog.

Overrides CommandDescriptors.ShowNameManagerDialog

ShowNewConditionalFormattingDialog

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor for adding new conditional formattings in current selection.

Overrides CommandDescriptors.ShowNewConditionalFormattingDialog

ShowPageSetupDialog

Gets the command descriptor used for showing PageSetup dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor used for showing PageSetup dialog.

Overrides CommandDescriptors.ShowPageSetupDialog

ShowProtectSheetDialog

Gets the command descriptor for showing ProtectSheet dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing ProtectSheet dialog.

Overrides CommandDescriptors.ShowProtectSheetDialog

ShowProtectWorkbookDialog

Gets the command descriptor for showing ProtectWorkbook dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing ProtectWorkbook dialog.

Overrides CommandDescriptors.ShowProtectWorkbookDialog

ShowRowColumnHeadings

Gets the command descriptor for showing row and column headings.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing row and column headings.

Overrides CommandDescriptors.ShowRowColumnHeadings

ShowSeriesDialog

Gets the command descriptor for showing Series dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing Series dialog.

Overrides CommandDescriptors.ShowSeriesDialog

ShowSortingDialog

Gets the command descriptor used for showing sorting dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor used for showing sorting dialog.

Overrides CommandDescriptors.ShowSortingDialog

ShowStyleDialog

Gets the command descriptor for showing Style dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing Style dialog.

Overrides CommandDescriptors.ShowStyleDialog

ShowUnhideSheetDialog

Gets the command descriptor used for showing unhide sheet dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor used for showing the unhide sheet dialog.

Overrides CommandDescriptors.ShowUnhideSheetDialog

ShowUnprotectSheetDialog

Gets the command descriptor for showing UnprotectSheet dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing UnprotectSheet dialog.

Overrides CommandDescriptors.ShowUnprotectSheetDialog

ShowUnprotectWorkbookDialog

Gets the command descriptor for showing UnprotectWorkbook dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for showing UnprotectWorkbook dialog.

Overrides CommandDescriptors.ShowUnprotectWorkbookDialog

ShowUpdateSpreadsheetNameDialog

Gets the command descriptor used for showing UpdateSpreadsheetName dialog.

Declaration

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

Property Value

CommandDescriptor

The command descriptor used for showing UpdateSpreadsheetName dialog.

Overrides CommandDescriptors.ShowUpdateSpreadsheetNameDialog

Sort

Gets the command descriptor for sort.

Declaration

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

Property Value

CommandDescriptor

The command descriptor for sort.

Overrides CommandDescriptors.Sort

SortAndFilterGroup

Gets the sort and filter group command descriptor.

Declaration

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

Property Value

CommandDescriptor

The sort and filter group command descriptor.

Overrides CommandDescriptors.SortAndFilterGroup

StylesGroup

Gets the styles group command descriptor.

Declaration

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

Property Value

CommandDescriptor

The styles group command descriptor.

Overrides CommandDescriptors.StylesGroup

SwitchSheetsToLeft

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.SwitchSheetsToLeft

SwitchSheetsToRight

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

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.SwitchSheetsToRight

ThemesGroup

Gets the themes group command descriptor.

Declaration

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

Property Value

CommandDescriptor

The themes group command descriptor.

Overrides CommandDescriptors.ThemesGroup

ToggleSheetProtection

Gets the command descriptor for toggling sheet protection.

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.ToggleSheetProtection

ToggleWorkbookProtection

Gets the command descriptor for toggling workbook protection.

Declaration

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

Property Value

CommandDescriptor

The command descriptor.

Overrides CommandDescriptors.ToggleWorkbookProtection

Undo

Gets the undo command descriptor.

Declaration

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

Property Value

CommandDescriptor

The undo command descriptor.

Overrides CommandDescriptors.Undo

UnfreezePanes

Gets the unfreeze panes command descriptor.

Declaration

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

Property Value

CommandDescriptor

The unfreeze panes command descriptor.

Overrides CommandDescriptors.UnfreezePanes

UnhideColumns

Gets the command descriptors for unhiding columns.

Declaration

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

Property Value

CommandDescriptor

The command descriptors for unhiding columns.

Overrides CommandDescriptors.UnhideColumns

UnhideRows

Gets the command descriptors for unhiding rows.

Declaration

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

Property Value

CommandDescriptor

The command descriptors for unhiding rows.

Overrides CommandDescriptors.UnhideRows

Unmerge

Gets the unmerge command descriptor.

Declaration

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

Property Value

CommandDescriptor

The unmerge command descriptor.

Overrides CommandDescriptors.Unmerge

WindowGroup

Gets the window group command descriptor.

Declaration

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

Property Value

CommandDescriptor

The window group command descriptor.

Overrides CommandDescriptors.WindowGroup

In this article
DefinitionConstructorsWorksheetCommandDescriptors(RadWorksheetEditor)PropertiesAddCommentAddNoteAddToPrintAreaAlignmentGroupApplyFunctionAutoFitColumnsWidthAutoFitRowsHeightBringForwardBringToFrontCellsGroupCellsGroupDeleteCellsGroupFormatCellsGroupInsertCircleInvalidDataClearClearConditionalFormattingsFromSelectionClearConditionalFormattingsFromWorksheetClearFiltersClearPrintAreaClearValidationCirclesClipboardGroupContextMenuHideColumnsContextMenuHideRowsContextMenuInsertColumnsContextMenuInsertRowsContextMenuRemoveColumnsContextMenuRemoveRowsContextMenuUnhideColumnsContextMenuUnhideRowsConvertNotesToCommentsCopyCutDataToolsGroupDecreaseDecimalPlacesDecreaseFontSizeDecreaseIndentEditNoteEditingGroupEditingGroupClearEditingGroupFillFillDownFillLeftFillRightFillUpFlipHorizontalFlipVerticalFontGroupFreezeFirstColumnFreezePanesFreezeTopRowFunctionLibraryGroupHideColumnsHideRowsHideSheetIncreaseDecimalPlacesIncreaseFontSizeIncreaseIndentInsertCellsInsertChartInsertColumnsInsertPageBreakInsertPictureInsertRowsInsertSheetJumpToNextCommentJumpToNextNoteJumpToPreviousCommentJumpToPreviousNoteLinksGroupMergeMergeAcrossMergeAndCenterNewFileNumberGroupOpenFileOpenSimpleConditionalFormattingDialogPastePasteColumnWidthsPasteFormattingPasteFormulasPasteFormulasAndNumberFormatsPasteValuesPasteValuesAndNumberFormatsPictureToolsTabPrintGridlinesPrintRowColumnHeadingsRadSpreadsheetReapplyFiltersRedoRemoveCellsRemoveColumnsRemoveCommentRemoveHyperlinkRemoveNoteRemovePageBreakRemoveRowsRemoveSheetReplyCommentResetAllPageBreaksRotateNinetyDegreesLeftRotateNinetyDegreesRightSaveFileScaleFactorSelectColumnsSelectRowsSendBackwardSendToBackSetBordersSetColorScaleConditionalFormattingRuleSetColumnsWidthSetDataBarConditionalFormattingRuleSetDefaultColumnWidthSetDefaultRowHeightSetFillColorSetFilterRangeSetFontFamilySetFontSizeSetForeColorSetFormatSetHorizontalAlignmentSetIconSetConditionalFormattingRuleSetIsBoldSetIsItalicSetIsWrappedSetPrintAreaSetRowsHeightSetShapeHeightSetShapeWidthSetStyleSetUnderlineSetVerticalAlignmentShowAllCommentsShowAllNotesShowCreateDefinedNameDialogShowCreateNewThemeColorsDialogShowCreateNewThemeFontsDialogShowDataValidationDialogShowFindAndReplaceDialogShowFormatCellsDialogShowFormatCellsDialogNumberTabShowFormatShapesDialogShowGridlinesShowHideNoteShowHyperlinkDialogShowInsertFunctionDialogShowManageConditionalFormattingDialogShowMoreColorsDialogShowNameManagerDialogShowNewConditionalFormattingDialogShowPageSetupDialogShowProtectSheetDialogShowProtectWorkbookDialogShowRowColumnHeadingsShowSeriesDialogShowSortingDialogShowStyleDialogShowUnhideSheetDialogShowUnprotectSheetDialogShowUnprotectWorkbookDialogShowUpdateSpreadsheetNameDialogSortSortAndFilterGroupStylesGroupSwitchSheetsToLeftSwitchSheetsToRightThemesGroupToggleSheetProtectionToggleWorkbookProtectionUndoUnfreezePanesUnhideColumnsUnhideRowsUnmergeWindowGroup
Not finding the help you need?
Contact Support