Skip to main content
A newer version of this page is available. .

TableCollection.RemoveTableAt(Int32) Method

Removes the table with the specified index from the collection of tables in a document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

void RemoveTableAt(
    int tableIndex
)

Parameters

Name Type Description
tableIndex Int32

An integer specifying the table index.

See Also