'Declaration
Public Overloads Function Add( _ ByVal topLeftRowId As Integer, _ ByVal topLeftColumnId As Integer, _ ByVal type As PieOfChartSubType _ ) As PieOfChart
'Usage
Dim instance As ChartCollection Dim topLeftRowId As Integer Dim topLeftColumnId As Integer Dim type As PieOfChartSubType Dim value As PieOfChart value = instance.Add(topLeftRowId, topLeftColumnId, type)
public PieOfChart Add( int topLeftRowId, int topLeftColumnId, PieOfChartSubType type )
Parameters
- topLeftRowId
- The Id of the Row associated with the top left corner of the new PieOfChart.
- topLeftColumnId
- The Id of the Column associated with the top left corner of the new PieOfChart.
- type
- The PieOfChartSubType.
Return Value
The PieOfChart that has been added to the ChartCollection.