[]
Represents the information related to sorting columns, rows, or a range of cells.
public class SortInfo
Public Class SortInfo
Name | Description |
---|---|
SortInfo(int, bool) | Creates a SortInfo object with the order specified and the comparison done using the system default comparer. |
SortInfo(int, bool, IComparer) | Creates a SortInfo object with the order specified and the comparison done according to the specified comparer. |