Back to Devexpress

TableCollection.IndexOf(Table) Method

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

latest1.5 KB
Original Source

TableCollection.IndexOf(Table) Method

Returns an index of a table in a collection.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
int IndexOf(
    Table table
)
vb
Function IndexOf(
    table As Table
) As Integer

Parameters

NameTypeDescription
tableTable

A Table interface specifying the document table.

|

Returns

TypeDescription
Int32

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

|

See Also

TableCollection Interface

TableCollection Members

DevExpress.XtraRichEdit.API.Native Namespace