Version

IconSortCondition Constructor(FormatConditionIconSet,Nullable<Int32>)

Creates a new IconSortCondition instance.
Syntax
public IconSortCondition( 
   FormatConditionIconSet iconSet,
   Nullable<int> iconIndex
)

Parameters

iconSet
The set of icons.
iconIndex
The zero-based index of the icon in the iconset by which the cells should be sorted or null for 'NoCellIcon'.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also