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


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