[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SortArgs.-ctor

SortArgs Constructor

SortArgs(int, SortBy, bool, ConditionalFormattingIcon, Color)

Creates a new object with the SortArgs.

Declaration
public SortArgs(int index, SortBy sortBy, bool ascending, ConditionalFormattingIcon icon, Color color)
Public Sub New(index As Integer, sortBy As SortBy, ascending As Boolean, icon As ConditionalFormattingIcon, color As Color)
Parameters
Type Name Description
int index

The index of the column or row on which to sort

SortBy sortBy

The type that is sorted.

bool ascending

The sort order is ascending

ConditionalFormattingIcon icon

The base icon to compare

Color color

The base color to compare