'Declaration
Public Overloads Function Add( _ ByVal topLeftCellAddress As String, _ ByVal type As AreaChartSubType _ ) As AreaChart
'Usage
Dim instance As ChartCollection Dim topLeftCellAddress As String Dim type As AreaChartSubType Dim value As AreaChart value = instance.Add(topLeftCellAddress, type)
public AreaChart Add( string topLeftCellAddress, AreaChartSubType type )
Parameters
- topLeftCellAddress
- The Address of the Cell corresponding to the top left corner of the new AreaChart.
- type
- The AreaChartSubType.
Return Value
The AreaChart that has been added to the ChartCollection.