Spread Windows Forms 12.0 Product Documentation
CfIcon Constructor


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.
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

Reference

CfIcon Structure
CfIcon Members