TableCollection.IndexOf(Table) Method
In This Article
Returns an index of a table in a collection.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#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