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


In This Topic
    DataSource Property (DefaultSheetDataModel)
    In This Topic
    Gets or sets the data source.
    Syntax
    'Declaration
     
    
    Public Property DataSource As Object
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim value As Object
     
    instance.DataSource = value
     
    value = instance.DataSource
    public object DataSource {get; set;}
    Exceptions
    ExceptionDescription
    Data source is empty
    See Also