AutoSortingColumnEventArgs Class Members
In This Topic
The following tables list the members exposed by AutoSortingColumnEventArgs.
Public Constructors
Public Properties
| 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. |
Top
See Also