GrapeCity.Xaml.Excel
AddChart Method (ExcelWorksheet)


GrapeCity.Excel Namespace > ExcelWorksheet Class : AddChart Method
Type of the chart.
Name of the chart.
From row.
From column.
To row.
To column.
Adds the chart.
Syntax
'Declaration
 
Public Function AddChart( _
   ByVal chartType As ExcelChartType, _
   ByVal chartName As String, _
   ByVal fromRow As Integer, _
   ByVal fromColumn As Integer, _
   ByVal toRow As Integer, _
   ByVal toColumn As Integer _
) As IExcelChart
'Usage
 
Dim instance As ExcelWorksheet
Dim chartType As ExcelChartType
Dim chartName As String
Dim fromRow As Integer
Dim fromColumn As Integer
Dim toRow As Integer
Dim toColumn As Integer
Dim value As IExcelChart
 
value = instance.AddChart(chartType, chartName, fromRow, fromColumn, toRow, toColumn)
public IExcelChart AddChart( 
   ExcelChartType chartType,
   string chartName,
   int fromRow,
   int fromColumn,
   int toRow,
   int toColumn
)

Parameters

chartType
Type of the chart.
chartName
Name of the chart.
fromRow
From row.
fromColumn
From column.
toRow
To row.
toColumn
To column.
Exceptions
ExceptionDescription
The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
fromRow
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members