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