Spread Silverlight Documentation
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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelSparklineWriter Interface
IExcelSparklineWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.