[]
        
Creates a new object with the AutoFilteredColumn event arguments.
public AutoFilteredColumnEventArgs(SheetView sheetView, int column, string filterString)Public Sub New(sheetView As SheetView, column As Integer, filterString As String)| Type | Name | Description | 
|---|---|---|
| SheetView | sheetView | Sheet (SheetView object) that was automatically filtered | 
| int | column | Index of the column that was automatically filtered | 
| string | filterString | String to be used to filter the column |