Gets the hash code for the FillSortCondition. Syntax Return Value A number which can be used to hash this instance.
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.
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...
Overload List
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....
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
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.
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...