Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ImageCellType Class / ImageCellType Constructor / ImageCellType Constructor(RenderStyle)
RenderStyle


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

Parameters

style
RenderStyle
See Also