Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Sparkline Class / Tag Property


In This Topic
    Tag Property (Sparkline)
    In This Topic
    Gets or sets the object that contains data about the sparkline.
    Syntax
    'Declaration
     
    
    Public Property Tag As Object
    'Usage
     
    
    Dim instance As Sparkline
    Dim value As Object
     
    instance.Tag = value
     
    value = instance.Tag
    public object Tag {get; set;}
    See Also