MoveToSheetView(String) Method
In This Topic
Moves the current chart to a new sheet view.
Syntax
'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)
public bool MoveToSheetView(
string
)
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