Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

WorksheetCollection.IndexOf(Worksheet) Method

Returns the zero-based index of the specified worksheet in the collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

int IndexOf(
    Worksheet worksheet
)

Parameters

Name Type Description
worksheet Worksheet

A Worksheet object to locate in the collection.

Returns

Type Description
Int32

An integer that is the index of a worksheet in a collection.

Remarks

If the specified worksheet is not found in the collection, this method returns -1.

See Also