Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / MoveToSheetView Method / MoveToSheetView(String) Method
Name of the new sheet view.


In This Topic
MoveToSheetView(String) Method
In This Topic
Moves the current chart to the 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)

Parameters

sheetName
Name of the new sheet view.

Return Value

true if moving is successful; otherwise, return false
See Also