Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ImageCellType Class / ImageCellType Constructor / ImageCellType Constructor(RenderStyle,Color)
Render style
Color to set as transparent


In This Topic
    ImageCellType Constructor(RenderStyle,Color)
    In This Topic
    Creates a new image cell with the specified render style and transparency color.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal style As RenderStyle, _
       ByVal transparencyColor As Color _
    )
    'Usage
     
    
    Dim style As RenderStyle
    Dim transparencyColor As Color
     
    Dim instance As New ImageCellType(style, transparencyColor)
    public ImageCellType( 
       RenderStyle style,
       Color transparencyColor
    )

    Parameters

    style
    Render style
    transparencyColor
    Color to set as transparent
    See Also