ISparklineGroup.Modify Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub Modify ( _
Location As Range, _
SourceData As String _
)
'Usage
Dim instance As ISparklineGroup
Dim Location As Range
Dim SourceData As String
instance.Modify(Location, SourceData)
void Modify(
Range Location,
string SourceData
)
Parameters
- Location
Type: Microsoft.Office.Interop.Excel.Range
- SourceData
Type: System.String