Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDataManager Interface / DataSource Property


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