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