Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / DataSource Property


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

    Property Value

    The data source that populates the table.
    See Also