Skip to main content

IdxRichEditSubDocument.Tables Property

Provides access to the collection of tables in a document.

Declaration

property Tables: IdxRichEditTableCollection read;

Property Value

Type
IdxRichEditTableCollection

Remarks

Use the Tables property to manage tables in the current document. To create a new blank table at a specific position within the document, call the Tables.Add function. If you need to delete a table, invoke the Tables.Delete or Tables.Remove procedure. For more information on available table management options, refer to the IdxRichEditTableCollection interface description.

See Also