GrapeCity.Xaml.Excel
SparklineGroups Property (ExcelWorksheet)


Gets or sets the groups of sparklines on the sheet.
Syntax
'Declaration
 
Public Property SparklineGroups As List(Of IExcelSparklineGroup)
'Usage
 
Dim instance As ExcelWorksheet
Dim value As List(Of IExcelSparklineGroup)
 
instance.SparklineGroups = value
 
value = instance.SparklineGroups
public List<IExcelSparklineGroup> SparklineGroups {get; set;}
Remarks
Sparkline is a new feature supported since Excel 2010
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options