Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ItemTemplate Class / Image Property


In This Topic
    Image Property (ItemTemplate)
    In This Topic
    Gets or sets the image.
    Syntax
    'Declaration
     
    
    Public Property Image As Object
    'Usage
     
    
    Dim instance As ItemTemplate
    Dim value As Object
     
    instance.Image = value
     
    value = instance.Image
    public object Image {get; set;}

    Property Value

    An System.Object value indicates the image.
    See Also