Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AutoFilteredColumn Event


AutoFilteredColumn Event
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
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