'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 isnull
.