Version

Search Results

GetHashCode Method (FillSortCondition)

Gets the hash code for the FillSortCondition. Syntax Return Value A number which can be used to hash this instance.

FillSortCondition Constructor(CellFill)

Creates a new FillSortCondition instance. Syntax Parameters fill The Infragistics.Documents.Excel.CellFill by which the cells should be sorted. Exceptions Exception Description System.ArgumentNullException fill is null.

FillSortCondition Constructor(CellFill,SortDirection)

Creates a new FillSortCondition instance. Syntax Parameters fill The Infragistics.Documents.Excel.CellFill by which the cells should be sorted.sortDirection The direction by which to sort the cells. Exceptions Exception Description System.ArgumentNullException fill is null. System.ComponentModel.InvalidEnumArgumen...

FontColorSortCondition Class

Represents a sort condition which will sort cells based on their fonts colors. Syntax Remarks This sort condition specifies a single color. 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 for the descending sort direction....

FontColorSortCondition Class Members

Public Constructors Public Properties Public Methods

Equals Method (FontColorSortCondition)

Determines whether the FontColorSortCondition 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.

FontColorInfo Property (FontColorSortCondition)

Gets the Infragistics.Documents.Excel.WorkbookColorInfo which describes the color by which the cells should be sorted. Syntax Property Value The WorkbookColorInfo which describes the color by which the cells should be sorted. Remarks Cells of this color will be moved to the beginning of the data range for the asce...