DataSource Property
DataSource
Gets or sets a data source used to generate the rows of the SheetInfo.
Declaration
public object DataSource { get; set; }
Public Property DataSource As Object
Property Value
Type |
Description |
object |
A data source that is used to generate the rows of the SheetInfo. The default is null .
|