Spread Windows Forms 15.0
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
    string SourceData {get; set;}
    See Also