FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / Picture Property


In This Topic
Picture Property (ButtonCellType)
In This Topic
Gets or sets the image for the button.
Syntax
'Declaration
 
Public Property Picture As Image
 
'Usage
 
Dim instance As ButtonCellType
Dim value As Image
 
instance.Picture = value
 
value = instance.Picture
See Also