Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / Sparkline Property


In This Topic
    Sparkline Property (Cell)
    In This Topic
    Gets or sets the sparkline.
    Syntax
    'Declaration
     
    
    Public Property Sparkline As Sparkline
    'Usage
     
    
    Dim instance As Cell
    Dim value As Sparkline
     
    instance.Sparkline = value
     
    value = instance.Sparkline
    public Sparkline Sparkline {get; set;}

    Property Value

    The sparkline.
    See Also