Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class / Contains(SheetView) Method
Sheet (SheetView object) for which to check the collection


In This Topic
Contains(SheetView) Method
In This Topic
Specifies whether the collection contains the specified sheet.
Syntax
'Declaration
 
Public Overridable Function Contains( _
   ByVal sheetView As SheetView _
) As Boolean
 
'Usage
 
Dim instance As SheetViewCollection
Dim sheetView As SheetView
Dim value As Boolean
 
value = instance.Contains(sheetView)

Parameters

sheetView
Sheet (SheetView object) for which to check the collection

Return Value

True if the sheet is found in the collection; false otherwise
See Also