[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IValueSortField

IValueSortField Interface

Represents the sort field by cell value (ascending or descending or custom value list).

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IValueSortField : ISortField
Public Interface IValueSortField
    Inherits ISortField

Properties

Name Description
CustomValues

Gets or sets the custom value list, such as:3,2,5,1.

DataOption

Gets or sets the data option of the sort field.

Order

Gets or sets the sort order, Ascending or Descending.