Back to Devexpress

TableCollection.Remove(Table) Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecollection-dot-remove-x28-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-table-x29.md

latest1.3 KB
Original Source

TableCollection.Remove(Table) Method

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
void Remove(
    Table table
)
vb
Sub Remove(
    table As Table
)

Parameters

NameTypeDescription
tableTable

A Table interface specifying the document table.

|

See Also

TableCollection Interface

TableCollection Members

DevExpress.XtraRichEdit.API.Native Namespace