Back to Devexpress

ExternalWorkbookCollection.IndexOf(ExternalWorkbook) Method

officefileapi-devexpress-dot-spreadsheet-dot-externalworkbookcollection-dot-indexof-x28-devexpress-dot-spreadsheet-dot-externalworkbook-x29.md

latest1.6 KB
Original Source

ExternalWorkbookCollection.IndexOf(ExternalWorkbook) Method

Returns the index of the specified item in the collection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int IndexOf(
    ExternalWorkbook item
)
vb
Function IndexOf(
    item As ExternalWorkbook
) As Integer

Parameters

NameTypeDescription
itemExternalWorkbook

An ExternalWorkbook object to locate in the collection.

|

Returns

TypeDescription
Int32

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

|

See Also

ExternalWorkbookCollection Interface

ExternalWorkbookCollection Members

DevExpress.Spreadsheet Namespace