[]
        
(Showing Draft Content)

FarPoint.Web.Spread.AutoFilteredColumnEventArgs.-ctor

AutoFilteredColumnEventArgs Constructor

AutoFilteredColumnEventArgs(FpSpread, int, string)

Creates AutoFilteredColumn event arguments.

Declaration
public AutoFilteredColumnEventArgs(FpSpread spread, int col, string filterString)
Public Sub New(spread As FpSpread, col As Integer, filterString As String)
Parameters
Type Name Description
FpSpread spread

The spread.

int col

The column.

string filterString

The filter string.