[]
        
(Showing Draft Content)

FarPoint.Win.Spread.AutoFilteringColumnEventArgs

AutoFilteringColumnEventArgs Class

Represents the event data for the AutoFilteringColumn event for the Spread component, which occurs when columns are being automatically filtered.

Inheritance
AutoFilteringColumnEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class AutoFilteringColumnEventArgs : EventArgs
Public Class AutoFilteringColumnEventArgs
    Inherits EventArgs

Constructors

Name Description
AutoFilteringColumnEventArgs(SheetView, int, string)

Creates a new object with the AutoFilteringColumn event arguments.

Properties

Name Description
Cancel

Gets or sets whether to cancel the default processing of automatically filtering columns.

Column

Gets the index of the column to be automatically filtered.

FilterString

Gets or sets the string to filter the column by.

Sheet

Gets the sheet whose rows are to be automatically filtered.