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

In This Topic
    IFontColorSortField Interface Members
    In This Topic

    The following tables list the members exposed by IFontColorSortField.

    Public Properties
     NameDescription
     PropertyGets the Color 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