'Declaration Public Overloads Function MoveToSheetView( _ ByVal sheetName As String, _ ByVal activateNewSheetView 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 sheetName, bool activateNewSheetView )
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