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


In This Topic
    CellRangeDataSource Class
    In This Topic
    Represents the data source which binds to the specified cell range via a reference or a defined name.
    Syntax
    'Declaration
     
    
    Public MustInherit Class CellRangeDataSource 
       Inherits ExternalVariable
       Implements IName 
    'Usage
     
    
    Dim instance As CellRangeDataSource
    public abstract class CellRangeDataSource : ExternalVariable, IName  
    Inheritance Hierarchy

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

    See Also