GrapeCity.Xaml.Excel
ExcelCharts Property


GrapeCity.Excel Namespace > ExcelWorksheet Class : ExcelCharts Property
Gets the excel charts.
Syntax
'Declaration
 
Public ReadOnly Property ExcelCharts As List(Of IExcelChart)
'Usage
 
Dim instance As ExcelWorksheet
Dim value As List(Of IExcelChart)
 
value = instance.ExcelCharts
public List<IExcelChart> ExcelCharts {get;}

Property Value

The excel charts.
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members