[]
Specifies whether the collection contains the specified sheet.
public virtual bool Contains(SheetView sheetView)
Public Overridable Function Contains(sheetView As SheetView) As Boolean
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet (SheetView object) for which to check the collection |
Type | Description |
---|---|
bool | True if the sheet is found in the collection; false otherwise |