|
is it possible to bind a NamedRange spanning over multiple columns to a collection or datatable having several columns or properties.
From what I read till now the binding of a namedrange is only to 1 field.
NamedRange.Databinding.Add("Value2",datasource,"1column")
can anyone help? |