Spread Windows Forms 15.0
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. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    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