SparklineGroup.Modify(Range, String) Method

Definition

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

public:
 void Modify(Microsoft::Office::Interop::Excel::Range ^ Location, System::String ^ SourceData);
public void Modify (Microsoft.Office.Interop.Excel.Range Location, string SourceData);
Public Sub Modify (Location As Range, SourceData As String)

Parameters

Location
Range

The Range object that represents the location of the sparkline group.

SourceData
String

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

Applies to