Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / Sparkline Property


In This Topic
    Sparkline Property
    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