[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheets.Contains

Contains Method

Contains(IWorksheet)

Returns true if the specified Worksheet is contained by the collection of worksheets; otherwise, false is returned.

Declaration
bool Contains(IWorksheet worksheet)
Function Contains(worksheet As IWorksheet) As Boolean
Parameters
Type Name Description
IWorksheet worksheet

The IWorksheet object.

Returns
Type Description
bool

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