Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / Image Property


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

    Property Value

    image
    See Also