Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadDataSource Class / SpreadID Property
Example


In This Topic
    SpreadID Property
    In This Topic
    Gets or sets the identifier of the Spread component associated with this data source.
    Syntax
    'Declaration
     
    
    Public Property SpreadID As String
    'Usage
     
    
    Dim instance As SpreadDataSource
    Dim value As String
     
    instance.SpreadID = value
     
    value = instance.SpreadID
    public string SpreadID {get; set;}

    Property Value

    String containing the identifier of the Spread component
    Example
    This example binds a cell range and a list box to the Spread data source.
    See Also