Version

Search Results

CustomListSortCondition Constructor(SortDirection,IEnumerable<String>)

Creates a new CustomListSortCondition instance. Syntax Parameters sortDirection The direction with which to sort the data.list The list of values in the order in which they should be sorted. Exceptions Exception Description System.ArgumentNullException list is null. System.ArgumentException list contains no items....

CustomListSortCondition Constructor(SortDirection,String[])

Creates a new CustomListSortCondition instance. Syntax Parameters sortDirection The direction with which to sort the data.list The list of values in the order in which they should be sorted. Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException sortDirection is not defined in the Sort...

CustomListSortCondition Constructor(String[])

Creates a new CustomListSortCondition instance. Syntax Parameters list The list of values in the order in which they should be sorted. Remarks When the sort direction is ascending, the data range is sorted with the cells in the custom list appearing first, in the order they appear in the list, followed by the othe...

FillSortCondition Class

Represents a sort condition which will sort cells based on their background fill. Syntax Remarks This sort condition specifies a single Infragistics.Documents.Excel.CellFill. Cells of this color will be moved to the beginning of the data range for the ascending sort direction and moved to the end of the data range...

FillSortCondition Class Members

Public Constructors Public Properties Public Methods

Equals Method (FillSortCondition)

Determines whether the FillSortCondition is equal to the specified object. Syntax Parameters obj The object to test for equality. Return Value True if the object is equal to this instance; False otherwise.

Fill Property (FillSortCondition)

Gets the Infragistics.Documents.Excel.CellFill by which the cells should be sorted. Syntax Property Value The CellFill by which the cells should be sorted. Remarks Cells with this fill will be moved to the beginning of the data range for the ascending sort direction and moved to the end of the data range for the d...