Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IconSetRule Class / Create Method
The icon set type.


In This Topic
    Create Method (IconSetRule)
    In This Topic
    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