Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheets Interface / Contains Method
The IWorksheet object.
In This Topic
    Contains Method (IWorksheets)
    In This Topic
    Returns true if the specified Worksheet is contained by the collection of worksheets; otherwise, false is returned.
    Syntax
    System.bool Contains( 
       IWorksheet worksheet
    )

    Parameters

    worksheet
    The IWorksheet object.

    Return Value

    Returns whether the specified worksheet is contained by the collection of worksheets.
    See Also