[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISort

Interface ISort

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

Represents the sort interface.

public interface ISort

Properties

Header

Gets or sets whether the sort range contains a header.

bool Header { get; set; }

Property Value

bool

MatchCase

Gets or sets whether the sort is case sensitive.

bool MatchCase { get; set; }

Property Value

bool

Orientation

Gets or sets the sort orientation.

SortOrientation Orientation { get; set; }

Property Value

SortOrientation

Range

Gets or sets the sort range.

IRange Range { get; set; }

Property Value

IRange

SortFields

Gets the sort condition list.

ISortFields SortFields { get; }

Property Value

ISortFields

Methods

Apply()

Applies the sort.

void Apply()