In This Topic
Automatically sorts the rows of a sheet according to the specified column.
Automatically sorts the rows in a sheet according to the specified column with other settings depending on the overload.
Overload List
| Overload | Description |
| AutoSortColumn(Int32) |
Automatically sorts the rows of a sheet according to the specified column.
|
| AutoSortColumn(Int32,Boolean) |
Automatically sorts the rows of a sheet according to the specified column in the specified order
and shows the sort indicator (unless disabled).
|
| AutoSortColumn(Int32,Boolean,Boolean) |
Automatically sorts the rows of a sheet according to the specified column in the specified order
and uses the sort indicator as specified.
|
See Also