FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChart Class > MoveToSheetView Method : MoveToSheetView(String,Boolean) Method |
true
activates the new sheet view.
'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 )
true
activates the new sheet view.true
if the move is successful; otherwise, returns false
FpSpread1.Sheets.Count = 2; FpSpread1.Sheets[0].AddChart(0, 0, typeof(FarPoint.Web.Chart.BarSeries), 400, 400, 0, 0, FarPoint.Web.Chart.ChartViewType.View2D, true); FarPoint.Web.Spread.Chart.SpreadChart chart = FpSpread1.Sheets[0].Charts[0]; chart.MoveToSheetView("Sheet2", true);
FpSpread1.Sheets.Count = 2 FpSpread1.Sheets(0).AddChart(0, 0, GetType(FarPoint.Web.Chart.BarSeries), 400, 400, 0, 0,FarPoint.Web.Chart.ChartViewType.View2D, True) Dim chart As New FarPoint.Web.Spread.Chart.SpreadChart chart = FpSpread1.Sheets(0).Charts(0) chart.MoveToSheetView("Sheet2", True)
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional