Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / MoveToSheetView Method / MoveToSheetView(String) Method
Name of the new sheet view.
Example


In This Topic
    MoveToSheetView(String) Method
    In This Topic
    Moves the current chart to a new sheet view.
    Syntax
    'Declaration
     
    
    Public Overloads Function MoveToSheetView( _
       ByVal sheetName As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim sheetName As String
    Dim value As Boolean
     
    value = instance.MoveToSheetView(sheetName)
    public bool MoveToSheetView( 
       string sheetName
    )

    Parameters

    sheetName
    Name of the new sheet view.

    Return Value

    true if move is successful; otherwise, returns false
    Example
    This example uses the MoveToSheetView method.
    See Also