Spread WPF 17
GrapeCity.Excel Namespace / IExcelSparklineReader Interface / SetExcelSparklineGroups Method
The zero based sheet index.
The excel sparkline groups.


In This Topic
    SetExcelSparklineGroups Method
    In This Topic
    Set the groups of sparklines on the sheet.
    Syntax
    'Declaration
     
    Sub SetExcelSparklineGroups( _
       ByVal sheet As Integer, _
       ByVal excelSparklineGroups As List(Of IExcelSparklineGroup) _
    ) 
    'Usage
     
    Dim instance As IExcelSparklineReader
    Dim sheet As Integer
    Dim excelSparklineGroups As List(Of IExcelSparklineGroup)
     
    instance.SetExcelSparklineGroups(sheet, excelSparklineGroups)
    void SetExcelSparklineGroups( 
       int sheet,
       List<IExcelSparklineGroup> excelSparklineGroups
    )

    Parameters

    sheet
    The zero based sheet index.
    excelSparklineGroups
    The excel sparkline groups.
    See Also