Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetRootWorkbook Method


In This Topic
    GetRootWorkbook Method (FpSpread)
    In This Topic
    Gets the main workbook associated with the Spread component.
    Syntax
    'Declaration
     
    
    Public Function GetRootWorkbook() As SpreadView
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As SpreadView
     
    value = instance.GetRootWorkbook()
    public SpreadView GetRootWorkbook()
    See Also