Spread Silverlight Documentation
SetExcelSparklineGroups Method


GrapeCity.Excel Namespace > IExcelSparklineReader Interface : SetExcelSparklineGroups Method
The zero based sheet index.
The excel sparkline groups.
Set the groups of sparklines on the sheet.
Syntax
'Declaration
 
Sub SetExcelSparklineGroups( _
   ByVal sheet As System.Integer, _
   ByVal excelSparklineGroups As System.Collections.Generic.List(Of IExcelSparklineGroup) _
) 
'Usage
 
Dim instance As IExcelSparklineReader
Dim sheet As System.Integer
Dim excelSparklineGroups As System.Collections.Generic.List(Of IExcelSparklineGroup)
 
instance.SetExcelSparklineGroups(sheet, excelSparklineGroups)
void SetExcelSparklineGroups( 
   System.int sheet,
   System.Collections.Generic.List<IExcelSparklineGroup> excelSparklineGroups
)

Parameters

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

Reference

IExcelSparklineReader Interface
IExcelSparklineReader Members