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