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


In This Topic
    Contains Method (SheetViewCollection)
    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)
    public virtual bool Contains( 
       SheetView 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