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


In This Topic
    DataSource Property (IDataSourceSupport)
    In This Topic
    Gets or sets the data source.
    Syntax
    'Declaration
     
    
    Property DataSource As Object
    'Usage
     
    
    Dim instance As IDataSourceSupport
    Dim value As Object
     
    instance.DataSource = value
     
    value = instance.DataSource
    object DataSource {get; set;}
    See Also