SeriesCollection.Add(Object, XlRowCol, Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Office.Core.IMsoSeries Add (object Source, Microsoft.Office.Core.XlRowCol Rowcol = Microsoft.Office.Core.XlRowCol.xlColumns, object SeriesLabels, object CategoryLabels, object Replace);
abstract member Add : obj * Microsoft.Office.Core.XlRowCol * obj * obj * obj -> Microsoft.Office.Core.IMsoSeries
Public Function Add (Source As Object, Optional Rowcol As XlRowCol = Microsoft.Office.Core.XlRowCol.xlColumns, Optional SeriesLabels As Object, Optional CategoryLabels As Object, Optional Replace As Object) As IMsoSeries
Parameters
- Source
- Object
- Rowcol
- XlRowCol
- SeriesLabels
- Object
- CategoryLabels
- Object
- Replace
- Object