ChartClass.SetSourceData Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub SetSourceData ( _
Source As Range, _
PlotBy As Object _
)
'Usage
Dim instance As ChartClass
Dim Source As Range
Dim PlotBy As Object
instance.SetSourceData(Source, PlotBy)
public virtual void SetSourceData(
Range Source,
Object PlotBy
)
Parameters
- Source
Type: Microsoft.Office.Interop.Excel.Range
- PlotBy
Type: System.Object
Implements
_Chart.SetSourceData(Range, Object)