Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfIcon Structure / CfIcon Constructor
An IconSetType value represents the icon set type.
An integer value represents the icon to be used.


In This Topic
    CfIcon Constructor
    In This Topic
    Initializes a new instance of the CfIcon struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal iconSet As IconSetType, _
       ByVal iconId As Integer _
    )
    'Usage
     
    
    Dim iconSet As IconSetType
    Dim iconId As Integer
     
    Dim instance As New CfIcon(iconSet, iconId)
    public CfIcon( 
       IconSetType iconSet,
       int iconId
    )

    Parameters

    iconSet
    An IconSetType value represents the icon set type.
    iconId
    An integer value represents the icon to be used.
    See Also