Skip to main content
A newer version of this page is available. .

SpreadsheetControl.CreateCommand(SpreadsheetCommandId) Method

Creates a command by its identifier.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

Declaration

public virtual SpreadsheetCommand CreateCommand(
    SpreadsheetCommandId commandId
)

Parameters

Name Type Description
commandId DevExpress.XtraSpreadsheet.Commands.SpreadsheetCommandId

A DevExpress.XtraSpreadsheet.Commands.SpreadsheetCommandId structure that identifies the command.

Returns

Type Description
DevExpress.XtraSpreadsheet.Commands.SpreadsheetCommand

A DevExpress.XtraSpreadsheet.Commands.SpreadsheetCommand object that is the command used in a Spreadsheet UI.

Remarks

The CreateCommand is used internally to build control menus.

See Also