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
- Source
Type: System.Object
- Rowcol
Type: System.Object
- CategoryLabels
Type: System.Object
Return Value
Type: System.Object