[]
Represents the event data for the AutoSortedColumn event for the Spread component, which occurs when the column has been automatically sorted.
public class AutoSortedColumnEventArgs : EventArgs
Public Class AutoSortedColumnEventArgs
Inherits EventArgs
Name | Description |
---|---|
AutoSortedColumnEventArgs(SheetView, int, bool, bool) | Creates a new object with the AutoSortedColumn event arguments. |
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. |