Spread Windows Forms 9.0 Product Documentation
SetActiveWorkbook Method
Example 


SpreadView object workbook
Sets the active SpreadView to the specified object. If the workbook passed in is null, sets this object to be the active SpreadView.
Syntax
'Declaration
 
Public Function SetActiveWorkbook( _
   ByVal workbook As SpreadView _
) As Boolean
'Usage
 
Dim instance As SpreadView
Dim workbook As SpreadView
Dim value As Boolean
 
value = instance.SetActiveWorkbook(workbook)
public bool SetActiveWorkbook( 
   SpreadView workbook
)

Parameters

workbook
SpreadView object workbook

Return Value

Boolean: true if successful; false otherwise
Example
This example sets the active workbook.
FarPoint.Win.Spread.SpreadView sv = new FarPoint.Win.Spread.SpreadView(fpSpread1);
sv.SetActiveWorkbook(fpSpread1.GetRootWorkbook);
  
Dim sv As New FarPoint.Win.Spread.SpreadView(FpSpread1)
sv.SetActiveWorkbook(FpSpread1.GetRootWorkbook)
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SpreadView Class
SpreadView Members

User-Task Documentation

Working with Hierarchical Data Display

 

 


Copyright © GrapeCity, inc. All rights reserved.