Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetViewCollection Class / GetSheetView Method
Name of the sheet
Example


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

    Parameters

    name
    Name of the sheet

    Return Value

    SheetView object containing the sheet
    Example
    This example returns the sheet with the specified name.
    See Also