Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellRangeDataSource Class
Members


CellRangeDataSource Class
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
Inheritance Hierarchy

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

See Also