GrapeCity.Xaml.Excel
GetExcelSparkLineGroups Method


A zero based sheet index
Get the sparkline group settings of the specified sheet.
Syntax
'Declaration
 
Function GetExcelSparkLineGroups( _
   ByVal sheet As Integer _
) As List(Of IExcelSparklineGroup)
'Usage
 
Dim instance As IExcelSparklineWriter
Dim sheet As Integer
Dim value As List(Of IExcelSparklineGroup)
 
value = instance.GetExcelSparkLineGroups(sheet)
List<IExcelSparklineGroup> GetExcelSparkLineGroups( 
   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 Server 2012, Windows RT

See Also

Reference

IExcelSparklineWriter Interface
IExcelSparklineWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options