[]
Creates a new object with the SortArgs.
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)
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 |