Represents a sort condition which will sort cells based on their fonts colors.

constructor

public FontColorSortCondition(WorkbookColorInfo fontColorInfo)

Returns FontColorSortCondition

constructor

public FontColorSortCondition(WorkbookColorInfo fontColorInfo, SortDirection sortDirection)

Returns FontColorSortCondition

Inherited from: SortCondition

Gets the value which indicates the sort direction represented by the sort condition.

public SortDirection SortDirection { get; }

Gets the which describes the color by which the cells should be sorted.

public WorkbookColorInfo FontColorInfo { get; }

Determines whether the is equal to the specified object.

public override bool Equals(object obj)

Parameters

  • obj: object

Returns any

Gets the hash code for the .

public override int GetHashCode()

Returns any