Spread for ASP.NET 12 Product Documentation
MoveToSheetView(String) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChart Class > MoveToSheetView Method : MoveToSheetView(String) Method
Name of the new sheet view.
Moves the current chart to a new sheet view.
Syntax
'Declaration
 
Public Overloads Function MoveToSheetView( _
   ByVal sheetName 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 sheetName
)

Parameters

sheetName
Name of the new sheet view.

Return Value

true if move is successful; otherwise, returns false
See Also

Reference

SpreadChart Class
SpreadChart Members
Overload List