[]
        
(Showing Draft Content)

FarPoint.Win.Spread.AutoSortedColumnEventArgs.-ctor

AutoSortedColumnEventArgs Constructor

AutoSortedColumnEventArgs(SheetView, int, bool, bool)

Creates a new object with the AutoSortedColumn event arguments.

Declaration
public AutoSortedColumnEventArgs(SheetView sheetView, int column, bool ascending, bool showIndicator)
Public Sub New(sheetView As SheetView, column As Integer, ascending As Boolean, showIndicator As Boolean)
Parameters
Type Name Description
SheetView sheetView

Sheet (SheetView object) that was automatically sorted

int column

Index of the column that was used as the key column for the automatic sort

bool ascending

Whether the automatic sort was ascending

bool showIndicator

Whether the sort indicator was displayed