Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRootSheet Method


In This Topic
    GetRootSheet Method
    In This Topic
    Gets the top SheetView object.
    Syntax
    'Declaration
     
    
    Public Function GetRootSheet() As SheetView
    'Usage
     
    
    Dim instance As SheetView
    Dim value As SheetView
     
    value = instance.GetRootSheet()
    public SheetView GetRootSheet()
    See Also