Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IconSetCfRule Class / IconSetCfRule Constructor
An IconSetType value represents the icon set type.


In This Topic
    IconSetCfRule Constructor
    In This Topic
    Initializes a new instance of the IconSetCfRule class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal iconSet As IconSetType _
    )
    'Usage
     
    
    Dim iconSet As IconSetType
     
    Dim instance As New IconSetCfRule(iconSet)
    public IconSetCfRule( 
       IconSetType iconSet
    )

    Parameters

    iconSet
    An IconSetType value represents the icon set type.
    See Also