Represents a sort condition which will sort cells based on their fonts colors.
Constructors
Section titled "Constructors"FontColorSortCondition
new FontColorSortCondition(fontColorInfo: WorkbookColorInfo): FontColorSortCondition Returns FontColorSortCondition
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"fontColorInfo
Section titled "fontColorInfo"Gets the [[WorkbookColorInfo]] which describes the color by which the cells should be sorted.
get fontColorInfo(): WorkbookColorInfo Returns WorkbookColorInfo
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 [[FontColorSortCondition]] 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 [[FontColorSortCondition]].
getHashCode(): number