Skip to main content
A newer version of this page is available. .

TableCollection.IndexOf(Table) Method

Returns an index of a table in a collection.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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