Worksheet.DataBind

Worksheet.DataBind method

Binds data from data source object with Worksheet object.

public void DataBind(object dataSource, string dataMember)
ParameterTypeDescription
dataSourceObjectThe data source for GridDesktop control.
dataMemberStringThe data member string that specifies the table to bind to within the data source object.

See Also