officefileapi-devexpress-dot-xtrarichedit-dot-commands-d07ddca1.md
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
public class InsertTableOfTablesCommand :
TransactedInsertObjectCommand
Public Class InsertTableOfTablesCommand
Inherits TransactedInsertObjectCommand
The InsertTableOfTablesCommand command generates a table based on numbered labels, which have been added to tables via InsertFiguresCaptionCommand.
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