Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / DataSource Property


In This Topic
    DataSource Property (Worksheet)
    In This Topic
    Gets or sets the data source that populates the sheet.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property DataSource As Object
    'Usage
     
    Dim instance As Worksheet
    Dim value As Object
     
    instance.DataSource = value
     
    value = instance.DataSource
    [DefaultValue("")]
    public object DataSource {get; set;}

    Property Value

    The data source that populates the sheet.
    See Also