Skip to main content

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.v24.1.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

void RemoveTableAt(
    int tableIndex
)

Parameters

Name Type Description
tableIndex Int32

An integer specifying the table index.

See Also