Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortingEventArgs Class / SheetView Property


In This Topic
    SheetView Property (SortingEventArgs)
    In This Topic
    Gets the Sheet (SheetView object) to be sorted.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SheetView As SheetView
    'Usage
     
    
    Dim instance As SortingEventArgs
    Dim value As SheetView
     
    value = instance.SheetView
    public SheetView SheetView {get;}
    See Also