Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AutoFilteredColumnEventArgs Class / Sheet Property


In This Topic
    Sheet Property (AutoFilteredColumnEventArgs)
    In This Topic
    Gets the sheet whose rows were just automatically filtered.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Sheet As SheetView
    'Usage
     
    
    Dim instance As AutoFilteredColumnEventArgs
    Dim value As SheetView
     
    value = instance.Sheet
    public SheetView Sheet {get;}
    See Also