[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SortInfo

SortInfo Class

Represents the information related to sorting columns, rows, or a range of cells.

Inheritance
SortInfo
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class SortInfo
Public Class SortInfo

Constructors

Name Description
SortInfo(int, bool)

Creates a SortInfo object with the order specified and the comparison done using the system default comparer.

SortInfo(int, bool, IComparer)

Creates a SortInfo object with the order specified and the comparison done according to the specified comparer.

Properties

Name Description
Ascending

Gets or sets whether the sort order is ascending.

Comparer

Gets or sets the IComparer object for the method of comparison.

Index

Gets or sets the index of the column or row on which to sort.