Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetSheetView Method


In This Topic
    GetSheetView Method (SpreadView)
    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