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