[]
        
(Showing Draft Content)

FarPoint.Web.Spread.AutoFilteredColumnEventArgs

AutoFilteredColumnEventArgs Class

Represents the event data for the AutoFilteredColumn event for the Spread component, which occurs when the column has been automatically filtered.

Inheritance
AutoFilteredColumnEventArgs
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class AutoFilteredColumnEventArgs : EventArgs
Public Class AutoFilteredColumnEventArgs
    Inherits EventArgs

Constructors

Name Description
AutoFilteredColumnEventArgs(FpSpread, int, string)

Creates AutoFilteredColumn event arguments.

Properties

Name Description
Col

Gets or sets the filter column.

FilterString

Gets the filter string.

Spread

Gets or sets the Spread object.