Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / DataSource Property


In This Topic
    DataSource Property (ITableRange)
    In This Topic
    Gets the IRange table source.
    Syntax
    'Declaration
     
    
    ReadOnly Property DataSource As ISheetDataModel
    'Usage
     
    
    Dim instance As ITableRange
    Dim value As ISheetDataModel
     
    value = instance.DataSource
    ISheetDataModel DataSource {get;}
    See Also