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


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

    Property Value

    The id.
    See Also