[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ISort

ISort Interface

Represents a sort of a range of data.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ISort
Public Interface ISort

Properties

Name Description
Header

Gets or sets a value indicating whether the first row contains header information.

MatchCase

Gets or sets a value indicating whether to perform a case-sensitive sort.

Orientation

Gets or sets the orientation for the sort.

Rng

Gets or sets the range of values on which the sort is performed.

SortFields

Gets the ISortFields object that represents the collection of sort fields associated with the ISort object.

SortMethod

Gets or sets the sort method for Chinese languages.

Methods

Name Description
Apply()

Sorts the range based on the currently applied sort states.

SetRange(IRange)

Sets the range over which the sort occurs.

SetRange(Reference)

Sets the range over which the sort occurs.

SetRange(string)

Sets the range over which the sort occurs.