Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml3 Interface / ExcelGetSparklineGroups Method
Index of the sheet.
The group.


In This Topic
    ExcelGetSparklineGroups Method
    In This Topic
    Excels the get sparkline groups.
    Syntax
    'Declaration
     
    
    Function ExcelGetSparklineGroups( _
       ByVal sheetIndex As Short, _
       ByRef group As CT_SparklineGroups _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelXml3
    Dim sheetIndex As Short
    Dim group As CT_SparklineGroups
    Dim value As Boolean
     
    value = instance.ExcelGetSparklineGroups(sheetIndex, group)
    bool ExcelGetSparklineGroups( 
       short sheetIndex,
       out CT_SparklineGroups group
    )

    Parameters

    sheetIndex
    Index of the sheet.
    group
    The group.
    See Also