[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ISortFields

ISortFields Interface

Represents the collection of ISortField objects.

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

Properties

Name Description
Count

Gets the number of sort fields in the collection.

this[int]

Gets a ISortField object that represents a collection of items that can be sorted in a workbook.

Methods

Name Description
Add(IRange, SortOn, SortOrder, SortDataOption)

Creates a new sort field and returns an ISortField object.

Add(Reference, SortOn, SortOrder, SortDataOption)

Creates a new sort field and returns an ISortField object.

Add(int, SortOn, SortOrder, SortDataOption)

Creates a new sort field and returns an ISortField object.

Add(string, SortOn, SortOrder, SortDataOption)

Creates a new sort field and returns an ISortField object.

Clear()

Clears all the sort fields.