Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / DataSource Property


In This Topic
    DataSource Property (FpSpread)
    In This Topic
    Gets or sets the name of the data source that populates the active sheet in this 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;}
    Exceptions
    ExceptionDescription
    Sheet count is zero; must have at least one sheet before DataSource can be set
    See Also