Represents a sort condition which will sort cells based on a specific conditioanl formmat icon.
Inheritance
object
Constructors
Section titled "Constructors"constructor
public IconSortCondition(FormatConditionIconSet iconSet, int? iconIndex) Returns IconSortCondition
constructor
public IconSortCondition(FormatConditionIconSet iconSet, int? iconIndex, SortDirection sortDirection) Returns IconSortCondition
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; } IconIndex
Section titled "IconIndex"The icon set (read-only).
public int? IconIndex { get; } IconSet
Section titled "IconSet"The icon's index in the associated icon set or null for 'NoCellIcon' (read-only).
public FormatConditionIconSet IconSet { get; } Methods
Section titled "Methods"Equals(object)
Section titled "Equals(object)"Inherited from: SortCondition
Determines whether the is equal to the specified object.
public override bool Equals(object obj) Parameters
- obj:
object
Returns any
GetHashCode()
Section titled "GetHashCode()"Inherited from: SortCondition
Gets the hash code for the .
public override int GetHashCode()