Spread Silverlight Documentation
GetWorksheetCharts Method


GrapeCity.Excel Namespace > IExcelChartWriter Interface : GetWorksheetCharts Method
get all the charts in the specified worksheet
Syntax
'Declaration
 
Function GetWorksheetCharts( _
   ByVal sheetIndex As System.Integer _
) As System.Collections.Generic.List(Of IExcelChart)
'Usage
 
Dim instance As IExcelChartWriter
Dim sheetIndex As System.Integer
Dim value As System.Collections.Generic.List(Of IExcelChart)
 
value = instance.GetWorksheetCharts(sheetIndex)
System.Collections.Generic.List<IExcelChart> GetWorksheetCharts( 
   System.int sheetIndex
)

Parameters

sheetIndex
See Also

Reference

IExcelChartWriter Interface
IExcelChartWriter Members