[]
Moves the current chart to a new sheet view.
public bool MoveToSheetView(string sheetName)
Public Function MoveToSheetView(sheetName As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | sheetName | Name of the new sheet view. |
| Type | Description |
|---|---|
| bool |
|
Moves the current chart to the new sheet view.
public bool MoveToSheetView(string sheetName, bool activateNewSheetView)
Public Function MoveToSheetView(sheetName As String, activateNewSheetView As Boolean) As Boolean
| Type | Name | Description |
|---|---|---|
| string | sheetName | Name of the new sheet view. |
| bool | activateNewSheetView | if set to |
| Type | Description |
|---|---|
| bool |
|