SparklineGroup.Modify Method

Sets the location and the source data for the sparkline group.

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 SparklineGroup
Dim Location As Range
Dim SourceData As String

instance.Modify(Location, SourceData)
void Modify(
    Range Location,
    string SourceData
)

Parameters

  • SourceData
    Type: System.String

    The range that represents the source data for the sparkline group.

See Also

Reference

SparklineGroup Interface

SparklineGroup Members

Microsoft.Office.Interop.Excel Namespace