Back to Devexpress

InsertTableColumnToTheLeftCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-1c41c6e1.md

latest1.9 KB
Original Source

InsertTableColumnToTheLeftCommand Class

Inserts a column to the left of the leftmost column in a selection.

Namespace : DevExpress.XtraRichEdit.Commands

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class InsertTableColumnToTheLeftCommand :
    InsertTableColumnCommandBase
vb
Public Class InsertTableColumnToTheLeftCommand
    Inherits InsertTableColumnCommandBase

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand DevExpress.XtraRichEdit.Commands.RichEditCaretBasedCommand DevExpress.XtraRichEdit.Commands.InsertTableElementCommandBase DevExpress.XtraRichEdit.Commands.InsertTableColumnCommandBase InsertTableColumnToTheLeftCommand

See Also

InsertTableColumnToTheLeftCommand Members

DevExpress.XtraRichEdit.Commands Namespace