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


In This Topic
    DataSource Property (SheetView)
    In This Topic
    Gets or sets the name of the data source that populates the sheet.
    Syntax
    'Declaration
     
    
    Public Property DataSource As Object
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Object
     
    instance.DataSource = value
     
    value = instance.DataSource
    public object DataSource {get; set;}
    Exceptions
    ExceptionDescription
    Data model does not support IDataSourceSupport interface
    See Also