Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FillInfo Class / Image Property


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

    Property Value

    The image.
    See Also