Skip to main content

TableCollection.IndexOf(Table) Method

Returns an index of a table in a collection.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

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