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