Back to Devexpress

ChangeTableStyleCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-d275d37c.md

latest2.0 KB
Original Source

ChangeTableStyleCommand Class

Changes the style and text formatting options of the selected table.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ChangeTableStyleCommand :
    ChangeFormattingCommand
vb
Public Class ChangeTableStyleCommand
    Inherits ChangeFormattingCommand

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand DevExpress.XtraRichEdit.Commands.SelectionBasedCommandBase SelectionBasedPropertyChangeCommandBase DevExpress.XtraRichEdit.Commands.Internal.ChangeFormattingCommand ChangeTableStyleCommand

See Also

ChangeTableStyleCommand Members

ShowTableStyleFormCommand

Table Style Dialog

DevExpress.XtraRichEdit.Commands Namespace