Version

Search Results

OrderedSortCondition Constructor()

Creates a new OrderedSortCondition instance with the ascending sort direction. Syntax

OrderedSortCondition Constructor(SortDirection)

Creates a new OrderedSortCondition instance. Syntax Parameters sortDirection The direction with which to sort the data. Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException sortDirection is not defined in the SortDirection enumeration.

RelativeIndexSortSettings Class

Represents the settings which apply to sorting a region of values based on indices relative to either the Worksheets Infragistics.Documents.Excel.Worksheet.FilterSettings or Infragistics.Documents.Excel.Worksheet.SortSettings region. Syntax

SortCondition Class

Abstract base class for the sort conditions which describe how to sort data in a region. Syntax

SortConditionCollection<T> Class

An ordered collection of sort conditions which are applied to a sort-able regions in a worksheet. Syntax Type Parameters T A type which logically contains data and can have sort condition applied to that data. Remarks The sort conditions in the collection are applied in order to the data. Note: The collection can ...

SortConditionCollection<T> Class Members

Public Properties Public Methods