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


In This Topic
    Picture Property (ColumnHeaderRenderer)
    In This Topic
    Gets or sets the image displayed in the button.
    Syntax
    'Declaration
     
    
    Public Property Picture As Image
    'Usage
     
    
    Dim instance As ColumnHeaderRenderer
    Dim value As Image
     
    instance.Picture = value
     
    value = instance.Picture
    public Image Picture {get; set;}
    See Also