Worksheet.DataBind
Worksheet.DataBind method
Binds data from data source object with Worksheet object.
public void DataBind(object dataSource, string dataMember)
Parameter | Type | Description |
---|---|---|
dataSource | Object | The data source for GridDesktop control. |
dataMember | String | The data member string that specifies the table to bind to within the data source object. |
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop