ISeriesCollection.Add Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Add ( _
Source As Object, _
Rowcol As XlRowCol, _
SeriesLabels As Object, _
CategoryLabels As Object, _
Replace As Object _
) As Series
'Usage
Dim instance As ISeriesCollection
Dim Source As Object
Dim Rowcol As XlRowCol
Dim SeriesLabels As Object
Dim CategoryLabels As Object
Dim Replace As Object
Dim returnValue As Series
returnValue = instance.Add(Source, Rowcol, _
SeriesLabels, CategoryLabels, Replace)
Series Add(
Object Source,
XlRowCol Rowcol,
Object SeriesLabels,
Object CategoryLabels,
Object Replace
)
Parameters
- Source
Type: System.Object
- Rowcol
Type: Microsoft.Office.Interop.Excel.XlRowCol
- SeriesLabels
Type: System.Object
- CategoryLabels
Type: System.Object
- Replace
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.Series