[]
        
Represents the event data for the AutoFilteredColumn event for the Spread component, which occurs when the column has been automatically filtered.
public class AutoFilteredColumnEventArgs : EventArgsPublic Class AutoFilteredColumnEventArgs
    Inherits EventArgs| Name | Description | 
|---|---|
| AutoFilteredColumnEventArgs(SheetView, int, string) | Creates a new object with the AutoFilteredColumn event arguments. | 
| Name | Description | 
|---|---|
| Column | Gets the index of the column that was automatically filtered. | 
| FilterString | Gets the string the column was filtered by. | 
| Sheet | Gets the sheet whose rows were just automatically filtered. |