Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TableCollection.Remove(Table) Method

Removes the table from the collection of tables in a document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

void Remove(
    Table table
)

Parameters

Name Type Description
table Table

A Table interface specifying the document table.

See Also