Represents a sort condition which will sort cells based on their background fill.

FillSortCondition

new FillSortCondition(fill: CellFill): FillSortCondition

Returns FillSortCondition

$t: Type

Gets the [[CellFill]] by which the cells should be sorted.

get fill(): CellFill

Returns CellFill

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

Determines whether the [[FillSortCondition]] is equal to the specified object.

equals(obj: any): boolean

Parameters

  • obj: any

    The object to test for equality.

Returns boolean

Gets the hash code for the [[FillSortCondition]].

getHashCode(): number

Returns number