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


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

    Property Value

    The data source that populates the table.
    See Also