Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconSetIndex Class / GetPredefinedIconSet Method
The icon set style.


In This Topic
GetPredefinedIconSet Method
In This Topic
Gets the array of predefined icons in the icon set style.
Syntax
'Declaration
 
Public Shared Function GetPredefinedIconSet( _
   ByVal style As ConditionalFormattingIconSetStyle _
) As ConditionalFormattingIconSetIndex()
 
'Usage
 
Dim style As ConditionalFormattingIconSetStyle
Dim value() As ConditionalFormattingIconSetIndex
 
value = ConditionalFormattingIconSetIndex.GetPredefinedIconSet(style)

Parameters

style
The icon set style.

Return Value

The array of predefined icons in the icon set style, or empty array if the icon set style is custom.
See Also