Spread Silverlight Documentation
GetExcelSparkLineGroups Method


GrapeCity.Excel Namespace > IExcelSparklineWriter Interface : GetExcelSparkLineGroups Method
A zero based sheet index
Get the sparkline group settings of the specified sheet.
Syntax
'Declaration
 
Function GetExcelSparkLineGroups( _
   ByVal sheet As System.Integer _
) As System.Collections.Generic.List(Of IExcelSparklineGroup)
'Usage
 
Dim instance As IExcelSparklineWriter
Dim sheet As System.Integer
Dim value As System.Collections.Generic.List(Of IExcelSparklineGroup)
 
value = instance.GetExcelSparkLineGroups(sheet)
System.Collections.Generic.List<IExcelSparklineGroup> GetExcelSparkLineGroups( 
   System.int sheet
)

Parameters

sheet
A zero based sheet index

Return Value

A collection of IExcelSparklineGroup represents properties of excel sparkline group
See Also

Reference

IExcelSparklineWriter Interface
IExcelSparklineWriter Members