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


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