Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / SparklineGroups Property


In This Topic
    SparklineGroups Property (IExcelWorksheet)
    In This Topic
    Gets or sets the groups of sparklines on the sheet.
    Syntax
    'Declaration
     
    Property SparklineGroups As List(Of IExcelSparklineGroup)
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim value As List(Of IExcelSparklineGroup)
     
    instance.SparklineGroups = value
     
    value = instance.SparklineGroups
    List<IExcelSparklineGroup> SparklineGroups {get; set;}
    Remarks
    Sparkline is a new feature supported since Excel 2010
    See Also