[]
Represents the event data for the AutoSortingColumn event for the Spread component, which occurs when columns are being automatically sorted.
public class AutoSortingColumnEventArgs : EventArgs
Public Class AutoSortingColumnEventArgs
Inherits EventArgs
Name | Description |
---|---|
AutoSortingColumnEventArgs(SheetView, int, bool, bool) | Creates a new object with the AutoSortingColumn event arguments. |
AutoSortingColumnEventArgs(SheetView, int, bool, bool, bool, bool) | Creates a new object with the AutoSortingColumn event arguments. |
Name | Description |
---|---|
Ascending | Gets or sets whether the automatic sort is ascending. |
Cancel | Gets or sets whether to cancel the default processing of automatically sorting columns. |
Column | Gets the index of the column to be automatically sorted. |
Sheet | Gets the sheet whose rows are to be automatically sorted. |
ShowIndicator | Gets whether the sort indicator is displayed. |
SortFrozenRows | Gets or sets whether frozen rows sort. |
SortTrailingFrozenRows | Gets or sets whether trailing frozen rows sort. |