Gets or sets the unique identifier of the data source for this sheet.
Syntax
'Declaration
Public Property DataSourceID As String
'Usage
Dim instance As SheetView
Dim value As String
instance.DataSourceID = value
value = instance.DataSourceID
public string DataSourceID {get; set;}
See Also