Represents a sort condition which will sort cells based on their background fill.
Constructors
Section titled "Constructors"FillSortCondition
new FillSortCondition(fill: CellFill): FillSortCondition Returns FillSortCondition
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"sortDirection
Section titled "sortDirection"Inherited from: SortCondition
Gets the value which indicates the sort direction represented by the sort condition. Either SortDirection.Ascending or SortDirection.Descending.
get sortDirection(): SortDirection Returns SortDirection
Methods
Section titled "Methods"equals
Section titled "equals"Determines whether the [[FillSortCondition]] is equal to the specified object.
equals(obj: any): boolean Parameters
- obj:
anyThe object to test for equality.
Returns boolean
getHashCode
Section titled "getHashCode"Gets the hash code for the [[FillSortCondition]].
getHashCode(): number