Spread Silverlight Documentation
Create Method (IconSetRule)


GrapeCity.Windows.SpreadSheet.Data Namespace > IconSetRule Class : Create Method
The icon set type.
Creates a new icon rule set based on the specified parameter.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal iconSetType As IconSetType _
) As IconSetRule
'Usage
 
Dim iconSetType As IconSetType
Dim value As IconSetRule
 
value = IconSetRule.Create(iconSetType)
public static IconSetRule Create( 
   IconSetType iconSetType
)

Parameters

iconSetType
The icon set type.

Return Value

Returns the icon set rule object.
See Also

Reference

IconSetRule Class
IconSetRule Members