GrapeCity.Xaml.Excel
GetSheetCharts Method (ExcelWorksheet)


Returns all charts defined in the current worksheet.
Syntax
'Declaration
 
Public Function GetSheetCharts() As List(Of IExcelChart)
'Usage
 
Dim instance As ExcelWorksheet
Dim value As List(Of IExcelChart)
 
value = instance.GetSheetCharts()
public List<IExcelChart> GetSheetCharts()
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options