com.grapecity.documents.excel Package / IWorksheets Interface / contains Method
The IWorksheet object.
In This Topic
contains Method
In This Topic
Returns true if the specified Worksheet is contained by the collection of worksheets; otherwise, false is returned.
Syntax
boolean contains( 
   IWorksheet worksheet
)

Parameters

worksheet
The IWorksheet object.

Return Value

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