Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheets Interface / IndexOf Method
The IWorksheet object.
In This Topic
    IndexOf Method (IWorksheets)
    In This Topic
    Returns the zero-based index of the specified worksheet in the collection.
    Syntax
    System.int IndexOf( 
       IWorksheet worksheet
    )

    Parameters

    worksheet
    The IWorksheet object.

    Return Value

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