SeriesCollection.Extend(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.
Adds new data points to an existing series collection.
public object Extend (object Source, object Rowcol, object CategoryLabels);
abstract member Extend : obj * obj * obj -> obj
Public Function Extend (Source As Object, Optional Rowcol As Object, Optional CategoryLabels As Object) As Object
Parameters
- Source
- Object
The new data to be added to the SeriesCollection object, represented as an A1-style range reference.
- Rowcol
- Object
Specifies whether the new values are in the rows or columns of the given range source. Can be one of the following XlRowCol constants: xlRows or xlColumns. If this argument is omitted, Microsoft Word attempts to determine where the values are by the size and orientation of the selected range or by the dimensions of the array.
- CategoryLabels
- Object
True to have the first row or column contain the name of the category labels. False to have the first row or column contain the first data point of the series. If this argument is omitted, Microsoft Word attempts to determine the location of the category label from the contents of the first row or column.
Returns
Remarks
This method is not available for PivotChart reports.