[]
        
(Showing Draft Content)

FarPoint.Win.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.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class AutoFilteredColumnEventArgs : EventArgs
Public Class AutoFilteredColumnEventArgs
    Inherits EventArgs

Constructors

Name Description
AutoFilteredColumnEventArgs(SheetView, int, string)

Creates a new object with the AutoFilteredColumn event arguments.

Properties

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.