Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SetActiveWorkbook Method
SpreadView object workbook


In This Topic
    SetActiveWorkbook Method
    In This Topic
    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
    See Also