Set the groups of sparklines on the sheet.
Syntax
'Declaration
Sub SetExcelSparklineGroups( _
ByVal As System.Integer, _
ByVal 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 ,
System.Collections.Generic.List<IExcelSparklineGroup>
)
Parameters
- sheet
- The zero based sheet index.
- excelSparklineGroups
- The excel sparkline groups.
See Also