[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Chart.SpreadChart.MoveToSheetView

MoveToSheetView Method

MoveToSheetView(string)

Moves the current chart to a new sheet view.

Declaration
public bool MoveToSheetView(string sheetName)
Public Function MoveToSheetView(sheetName As String) As Boolean
Parameters
Type Name Description
string sheetName

Name of the new sheet view.

Returns
Type Description
bool

true if move is successful; otherwise, returns false

MoveToSheetView(string, bool)

Moves the current chart to the new sheet view.

Declaration
public bool MoveToSheetView(string sheetName, bool activateNewSheetView)
Public Function MoveToSheetView(sheetName As String, activateNewSheetView As Boolean) As Boolean
Parameters
Type Name Description
string sheetName

Name of the new sheet view.

bool activateNewSheetView

if set to true activates the new sheet view.

Returns
Type Description
bool

true if the move is successful; otherwise, returns false