Share via


SeriesCollection.Extend Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function Extend ( _
    Source As Object, _
    Rowcol As Object, _
    CategoryLabels As Object _
) As Object
'Usage
Dim instance As SeriesCollection
Dim Source As Object
Dim Rowcol As Object
Dim CategoryLabels As Object
Dim returnValue As Object

returnValue = instance.Extend(Source, _
    Rowcol, CategoryLabels)
Object Extend(
    Object Source,
    Object Rowcol,
    Object CategoryLabels
)

Parameters

Return Value

Type: System.Object

See Also

Reference

SeriesCollection Interface

SeriesCollection Members

Microsoft.Office.Core Namespace