Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkline Interface / SourceData Property


In This Topic
SourceData Property (ISparkline)
In This Topic
Gets or sets the range that contains the source data for a single sparkline.
Syntax
'Declaration
 
Property SourceData As String
 
'Usage
 
Dim instance As ISparkline
Dim value As String
 
instance.SourceData = value
 
value = instance.SourceData
See Also