Sparkline.ModifySourceData(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.
Modifies the source data for a single sparkline.
public:
void ModifySourceData(System::String ^ Formula);
public void ModifySourceData (string Formula);
Public Sub ModifySourceData (Formula As String)
Parameters
- Formula
- String
The range the contains the source data.
Remarks
The data source range for a single sparkline must be continuous.