[]
        
(Showing Draft Content)

FarPoint.Win.Spread.AutoSortingColumnEventArgs.-ctor

AutoSortingColumnEventArgs Constructor

AutoSortingColumnEventArgs(SheetView, int, bool, bool)

Creates a new object with the AutoSortingColumn event arguments.

Declaration
public AutoSortingColumnEventArgs(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) to be automatically sorted

int column

Index of the column to be used as the key for automatic sort

bool ascending

Whether the automatic sort is ascending

bool showIndicator

Whether to display the sort indicator

AutoSortingColumnEventArgs(SheetView, int, bool, bool, bool, bool)

Creates a new object with the AutoSortingColumn event arguments.

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

Sheet (SheetView object) to be automatically sorted

int column

Index of the column to be used as the key for automatic sort

bool ascending

Whether the automatic sort is ascending

bool showIndicator

Whether to display the sort indicator

bool sortFrozenRows

Whether frozen rows sort

bool sortTrailingFrozenRows

Whether trailing frozen rows sort