[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISortField

Interface ISortField

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

Represents the sort field.

public interface ISortField

Properties

Key

Gets the sort range.

IRange Key { get; }

Property Value

IRange

Priority

Gets or sets the priority of the ISortField.

int Priority { get; set; }

Property Value

int

SortOn

Gets the sort type such as:Values, CellColor, FontColor, and so on.

SortOnType SortOn { get; }

Property Value

SortOnType