MoveToSheetView(String) Method
Moves the current chart to the new sheet view.
'Declaration
Public Overloads Function MoveToSheetView( _
ByVal 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