Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AutoSortingColumnEventArgs Class / Sheet Property


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