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