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