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