ModifySourceData(String,Boolean) Method
Modifies the source data for a single sparkline.
'Declaration
Public Sub ModifySourceData( _
ByVal As String, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As Sparkline
Dim sourceData As String
Dim notifyUI As Boolean
instance.ModifySourceData(sourceData, notifyUI)
Parameters
- sourceData
- The range that contains the source data.
- notifyUI
true
to notify the UI to repaint; otherwise, false
.