GrapeCity.Xaml.Excel
GetWorksheetCharts Method


get all the charts in the specified worksheet
Syntax
'Declaration
 
Function GetWorksheetCharts( _
   ByVal sheetIndex As Integer _
) As List(Of IExcelChart)
'Usage
 
Dim instance As IExcelChartWriter
Dim sheetIndex As Integer
Dim value As List(Of IExcelChart)
 
value = instance.GetWorksheetCharts(sheetIndex)
List<IExcelChart> GetWorksheetCharts( 
   int sheetIndex
)

Parameters

sheetIndex
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelChartWriter Interface
IExcelChartWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options