DataSource Property (ITable)
Gets or sets the data source that populates the table.
'Declaration
Property DataSource As Object
'Usage
Dim instance As ITable
Dim value As Object
instance.DataSource = value
value = instance.DataSource
Property Value
The data source that populates the table.