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


In This Topic
    Spread Property (SpreadDataSource)
    In This Topic
    Gets the Spread component associated with this data source.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Spread As FpSpread
    'Usage
     
    
    Dim instance As SpreadDataSource
    Dim value As FpSpread
     
    value = instance.Spread
    public FpSpread Spread {get;}

    Property Value

    FpSpread object containing the Spread component
    Example
    This example binds a cell range.
    See Also