MoveToSheetView(String,Boolean) Method
In This Topic
Moves the current chart to the new sheet view.
Syntax
'Declaration
Public Overloads Function MoveToSheetView( _
ByVal As String, _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As SpreadChart
Dim sheetName As String
Dim activateNewSheetView As Boolean
Dim value As Boolean
value = instance.MoveToSheetView(sheetName, activateNewSheetView)
public bool MoveToSheetView(
string ,
bool
)
Parameters
- sheetName
- Name of the new sheet view.
- activateNewSheetView
- if set to
true
activates the new sheet view.
Return Value
true
if the move is successful; otherwise, returns false
Example
This example uses the MoveToSheetView method.
See Also