GridWorksheet.BindingSource

GridWorksheet.BindingSource property

The actually binding datasource object at run-time. It is a DataView object when the DataSource property is a DataSet, DataTable or DataView object.

public IEnumerable BindingSource { get; }

See Also