Back to Devexpress

TableCollection.RemoveTableAt(Int32) Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecollection-dot-removetableat-x28-system-dot-int32-x29.md

latest1.2 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
void RemoveTableAt(
    int tableIndex
)
vb
Sub RemoveTableAt(
    tableIndex As Integer
)

Parameters

NameTypeDescription
tableIndexInt32

An integer specifying the table index.

|

See Also

TableCollection Interface

TableCollection Members

DevExpress.XtraRichEdit.API.Native Namespace