Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / Blip Property


In This Topic
    Blip Property
    In This Topic
    Gets or sets the blip.
    Syntax
    'Declaration
     
    
    Public Property Blip As Blip
    'Usage
     
    
    Dim instance As ExcelPictShape
    Dim value As Blip
     
    instance.Blip = value
     
    value = instance.Blip
    public Blip Blip {get; set;}

    Property Value

    The blip.
    See Also