Back to Devexpress

InsertTableOfTablesCommand Class

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

latest2.2 KB
Original Source

InsertTableOfTablesCommand Class

Creates a table of tables on the base of table captions.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class InsertTableOfTablesCommand :
    TransactedInsertObjectCommand
vb
Public Class InsertTableOfTablesCommand
    Inherits TransactedInsertObjectCommand

Remarks

The InsertTableOfTablesCommand command generates a table based on numbered labels, which have been added to tables via InsertFiguresCaptionCommand.

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand MultiCommand DevExpress.XtraRichEdit.Commands.TransactedMultiCommand DevExpress.XtraRichEdit.Commands.TransactedInsertObjectCommand InsertTableOfTablesCommand

See Also

InsertTableOfTablesCommand Members

InsertTablesCaptionCommand

DevExpress.XtraRichEdit.Commands Namespace