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