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