DataSource Property (SheetView)
Gets or sets the name of the data source that populates the sheet.
public object DataSource {get; set;}
'Declaration
Public Property DataSource As Object
'Usage
Dim instance As SheetView
Dim value As Object
instance.DataSource = value
value = instance.DataSource