Spread for ASP.NET 12 Product Documentation
DataSource Property (FpSpread)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : DataSource Property
Gets or sets the name of the data source that populates the active sheet for the Spread component.
Syntax
'Declaration
 
Public Property DataSource As Object
'Usage
 
Dim instance As FpSpread
Dim value As Object
 
instance.DataSource = value
 
value = instance.DataSource
public object DataSource {get; set;}
See Also

Reference

FpSpread Class
FpSpread Members