Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / BlipId Property


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

    Property Value

    blip id
    See Also