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

TableCollection.IndexOf(Table) Method

Returns an index of a table in a collection.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

int IndexOf(
    Table table
)

Parameters

Name Type Description
table Table

A Table interface specifying the document table.

Returns

Type Description
Int32

An integer that is the index of an item in a collection.

See Also