GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / BackgroundImage Property


In This Topic
BackgroundImage Property (GcNumberCellType)
In This Topic
Gets or sets the background image for the cell.
Syntax
'Declaration
 
Public Property BackgroundImage As Picture
 
'Usage
 
Dim instance As GcNumberCellType
Dim value As Picture
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
See Also