Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / DataSource Property


In This Topic
    DataSource Property (TableView)
    In This Topic
    Gets data source of the TableView.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataSource As ISheetDataModel
    'Usage
     
    
    Dim instance As TableView
    Dim value As ISheetDataModel
     
    value = instance.DataSource
    public ISheetDataModel DataSource {get;}
    See Also