Represents a sort condition which will sort cells based on their background fill.
Inheritance
object
Constructors
Section titled "Constructors"constructor
public FillSortCondition(CellFill fill) Returns FillSortCondition
constructor
public FillSortCondition(CellFill fill, SortDirection sortDirection) Returns FillSortCondition
Properties
Section titled "Properties"SortDirection
Section titled "SortDirection"Inherited from: SortCondition
Gets the value which indicates the sort direction represented by the sort condition.
public SortDirection SortDirection { get; } Gets the by which the cells should be sorted.
public CellFill Fill { get; } Methods
Section titled "Methods"Equals(object)
Section titled "Equals(object)"Determines whether the is equal to the specified object.
public override bool Equals(object obj) Parameters
- obj:
object
Returns any
GetHashCode()
Section titled "GetHashCode()"Gets the hash code for the .
public override int GetHashCode()