GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeaderInfo Class / Image Property


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

Property Value

An Object value that indicates the image.
See Also