Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AutoFilteredColumn Event


In This Topic
    AutoFilteredColumn Event
    In This Topic
    Occurs when a column has just been automatically filtered.
    Syntax
    'Declaration
     
    
    Public Event AutoFilteredColumn As AutoFilteredColumnEventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As AutoFilteredColumnEventHandler
     
    AddHandler instance.AutoFilteredColumn, handler
    public event AutoFilteredColumnEventHandler AutoFilteredColumn
    Event Data

    The event handler receives an argument of type AutoFilteredColumnEventArgs containing data related to this event. The following AutoFilteredColumnEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the index of the column that was automatically filtered.  
    Gets the string the column was filtered by.  
    Gets the sheet whose rows were just automatically filtered.  
    See Also