Represents a sort condition which will sort cells based on a specific conditioanl formmat icon.

Inheritance

constructor

public IconSortCondition(FormatConditionIconSet iconSet, int? iconIndex)

Returns IconSortCondition

constructor

public IconSortCondition(FormatConditionIconSet iconSet, int? iconIndex, SortDirection sortDirection)

Returns IconSortCondition

Inherited from: SortCondition

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

public SortDirection SortDirection { get; }

The icon set (read-only).

public int? IconIndex { get; }

The icon's index in the associated icon set or null for 'NoCellIcon' (read-only).

public FormatConditionIconSet IconSet { get; }

Inherited from: SortCondition

Determines whether the is equal to the specified object.

public override bool Equals(object obj)

Parameters

  • obj: object

Returns any

Inherited from: SortCondition

Gets the hash code for the .

public override int GetHashCode()

Returns any