Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class / Find Method
Name of sheet (SheetView object) to find


In This Topic
    Find Method (SheetViewCollection)
    In This Topic
    Searches the collection for a sheet with the specified name.
    Syntax
    'Declaration
     
    
    Public Function Find( _
       ByVal name As String _
    ) As SheetView
    'Usage
     
    
    Dim instance As SheetViewCollection
    Dim name As String
    Dim value As SheetView
     
    value = instance.Find(name)
    public SheetView Find( 
       string name
    )

    Parameters

    name
    Name of sheet (SheetView object) to find

    Return Value

    Sheet in the collection with the specified name, or null if no sheet is found
    See Also