Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IIconSortField Interface
Properties

In This Topic
    IIconSortField Interface Members
    In This Topic

    The following tables list the members exposed by IIconSortField.

    Public Properties
     NameDescription
     PropertyGets the IIcon object used to sort by SortOrder.Ascending or SortOrder.Descending.  
     Property Gets the sort range. (Inherited from GrapeCity.Documents.Excel.ISortField)
     PropertyGets the sort order, such as:SortOrder.Ascending or SortOrder.Descending.  
     PropertyGets or sets the priority of the ISortField. (Inherited from GrapeCity.Documents.Excel.ISortField)
     PropertyGets the sort type such as:SortOnType.Values, SortOnType.CellColor, SortOnType.FontColor, and so on. (Inherited from GrapeCity.Documents.Excel.ISortField)
    Top
    See Also