Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Sparklines Property


In This Topic
    Sparklines Property (Worksheet)
    In This Topic
    Gets the sparkline storage of this worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Sparklines As SparklineStorage
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As SparklineStorage
     
    value = instance.Sparklines
    public SparklineStorage Sparklines {get;}
    See Also