Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineDataSource Class
Members


In This Topic
    SparklineDataSource Class
    In This Topic
    Represents the data source of a sparkline.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class SparklineDataSource 
       Inherits CellRangeDataSource
       Implements IName 
    'Usage
     
    
    Dim instance As SparklineDataSource
    public sealed class SparklineDataSource : CellRangeDataSource, IName  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.DefinedName
          GrapeCity.Spreadsheet.ExternalVariable
             GrapeCity.Spreadsheet.CellRangeDataSource
                GrapeCity.Spreadsheet.SparklineDataSource

    See Also