Back to Devexpress

TableCollection.IndexOf(Table) Method

officefileapi-devexpress-dot-spreadsheet-dot-tablecollection-dot-indexof-x28-devexpress-dot-spreadsheet-dot-table-x29.md

latest1.5 KB
Original Source

TableCollection.IndexOf(Table) Method

Returns the index of the specified table in the collection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Parameters

NameTypeDescription
tableTable

A Table object to locate in the collection.

|

Returns

TypeDescription
Int32

A zero-based integer which specifies the table’s position within the collection. -1 if the table doesn’t belong to the collection.

|

See Also

Spreadsheet Tables

TableCollection Interface

TableCollection Members

DevExpress.Spreadsheet Namespace