Spread Silverlight Documentation
SparklineGroups Property (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : SparklineGroups Property
Gets or sets the groups of sparklines on the sheet.
Syntax
'Declaration
 
Property SparklineGroups As System.Collections.Generic.List(Of IExcelSparklineGroup)
'Usage
 
Dim instance As IExcelWorksheet
Dim value As System.Collections.Generic.List(Of IExcelSparklineGroup)
 
instance.SparklineGroups = value
 
value = instance.SparklineGroups
System.Collections.Generic.List<IExcelSparklineGroup> SparklineGroups {get; set;}
Remarks
Sparkline is a new feature supported since Excel 2010
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members