Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Blip Class / Id Property


In This Topic
    Id Property (Blip)
    In This Topic
    Gets or sets the id of the blip.
    Syntax
    'Declaration
     
    
    Public Property Id As String
    'Usage
     
    
    Dim instance As Blip
    Dim value As String
     
    instance.Id = value
     
    value = instance.Id
    public string Id {get; set;}

    Property Value

    The id.
    See Also