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

In This Topic
    IValueSortField Interface Members
    In This Topic

    The following tables list the members exposed by IValueSortField.

    Public Properties
     NameDescription
     Property Gets or sets the custom value list, such as:3,2,5,1.  
     Property Gets or sets the data option of the sort field.  
     Property Gets the sort range. (Inherited from GrapeCity.Documents.Excel.ISortField)
     PropertyGets or sets the sort order, 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