SparklineGroup.Modify(Range, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- SourceData
- String
The range that represents the source data for the sparkline group.