[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IValueSortField

Interface IValueSortField

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

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

public interface IValueSortField : ISortField
Inherited Members

Properties

CustomValues

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

string CustomValues { get; set; }

Property Value

string

Remarks

If the property is not System.String.Empty, the order is by customValues.

DataOption

Gets or sets the data option of the sort field.

SortDataOption DataOption { get; set; }

Property Value

SortDataOption

Order

Gets or sets the sort order, Ascending or Descending.

SortOrder Order { get; set; }

Property Value

SortOrder