Compartir a través de


ISeriesCollection.Extend Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function Extend ( _
    Source As Object, _
    Rowcol As Object, _
    CategoryLabels As Object _
) As Object
'Usage
Dim instance As ISeriesCollection
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

ISeriesCollection Interface

ISeriesCollection Members

Microsoft.Office.Interop.Excel Namespace