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