Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeader Class / Image Property


In This Topic
Image Property (ListHeader)
In This Topic
Gets or sets a value that represent the image.
Syntax
'Declaration
 
Public Property Image As Object
 
'Usage
 
Dim instance As ListHeader
Dim value As Object
 
instance.Image = value
 
value = instance.Image

Property Value

An Object value indicates the image.
See Also