Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetInfo Class / DataSource Property


In This Topic
    DataSource Property (SheetInfo)
    In This Topic
    Gets or sets a data source used to generate the rows of the SheetInfo.
    Syntax
    'Declaration
     
    <CategoryAttribute("DataBinding")>
    <DefaultValueAttribute("")>
    Public Property DataSource As Object
    'Usage
     
    Dim instance As SheetInfo
    Dim value As Object
     
    instance.DataSource = value
     
    value = instance.DataSource
    [Category("DataBinding")]
    [DefaultValue("")]
    public object DataSource {get; set;}

    Property Value

    A data source that is used to generate the rows of the SheetInfo. The default is null.
    See Also