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