Spread WPF 17
GrapeCity.Excel Namespace / IExcelSparklineWriter Interface / GetExcelSparkLineGroups Method
A zero based sheet index


In This Topic
    GetExcelSparkLineGroups Method
    In This Topic
    Get the sparkline group settings of the specified sheet.
    Syntax
    'Declaration
     
    Function GetExcelSparkLineGroups( _
       ByVal sheet As Integer _
    ) As List(Of IExcelSparklineGroup)
    'Usage
     
    Dim instance As IExcelSparklineWriter
    Dim sheet As Integer
    Dim value As List(Of IExcelSparklineGroup)
     
    value = instance.GetExcelSparkLineGroups(sheet)
    List<IExcelSparklineGroup> GetExcelSparkLineGroups( 
       int sheet
    )

    Parameters

    sheet
    A zero based sheet index

    Return Value

    A collection of IExcelSparklineGroup represents properties of excel sparkline group
    See Also