[]
        
(Showing Draft Content)

FarPoint.Win.Spread.AutoSortedColumnEventArgs

AutoSortedColumnEventArgs Class

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

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

Constructors

Name Description
AutoSortedColumnEventArgs(SheetView, int, bool, bool)

Creates a new object with the AutoSortedColumn event arguments.

Properties

Name Description
Ascending

Gets whether the automatic sort was ascending.

Column

Gets the index of the column that was automatically sorted.

Sheet

Gets the sheet whose rows were just automatically sorted.

ShowIndicator

Gets whether the sort indicator was displayed.