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