Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetSheetView() Method


In This Topic
    GetSheetView() Method
    In This Topic
    Gets the active sheet view.
    Syntax
    'Declaration
     
    
    Public Function GetSheetView() As SheetView
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As SheetView
     
    value = instance.GetSheetView()
    public SheetView GetSheetView()
    See Also