Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiOptionCellType Class / Picture Property


In This Topic
    Picture Property (MultiOptionCellType)
    In This Topic
    Gets or sets the image for the option buttons.
    Syntax
    'Declaration
     
    
    Public Property Picture As RadioPicture
    'Usage
     
    
    Dim instance As MultiOptionCellType
    Dim value As RadioPicture
     
    instance.Picture = value
     
    value = instance.Picture
    public RadioPicture Picture {get; set;}
    See Also