Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

WorksheetDataBindingCollection Methods

A collection of data bindings specified in a worksheet.
Name Description
BindTableToDataSource(Object, Range, ExternalDataSourceOptions) Creates a worksheet table from the specified range and binds it to the data source using the specified options.
BindTableToDataSource(Object, Range) Creates a worksheet table from the specified range and binds it to the data source using default options.
BindTableToDataSource(Object, Int32, Int32, ExternalDataSourceOptions) Creates a worksheet table with its top left corner at the specified cell and binds it to the data source using the specified options.
BindTableToDataSource(Object, Int32, Int32) Creates a worksheet table with its top left corner at the specified cell and binds it to the data source using default options.
BindTableToDataSource(Object) Creates a worksheet table starting from the upper left worksheet cell and binds it to the data source using default options.
BindToDataSource(Object, Range, ExternalDataSourceOptions) Binds the worksheet cell range to the specified data source using the specified options.
BindToDataSource(Object, Range) Binds the worksheet cell range to the specified data source.
BindToDataSource(Object, Int32, Int32, ExternalDataSourceOptions) Binds the worksheet cell range to the specified data source using the specified options.
BindToDataSource(Object, Int32, Int32) Binds the worksheet cell range to the specified data source.
BindToDataSource(Object) Binds the worksheet cell range to the specified data source.
Clear() Removes all WorksheetDataBinding objects from the collection.
CopyTo(Array, Int32) Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection.
CreateDataSource(Range, RangeDataSourceOptions) Creates a new data source from the cell range.
CreateDataSource(Range) Creates a new data source from the specified cell range.
GetDataBinding(Cell) Obtains data bindings for the specified cell.
GetDataBindings(Range) Obtains data bindings for the cells in the specified range.
GetEnumerator() Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>.
Remove(WorksheetDataBinding) Removes the specified WorksheetDataBinding object from the collection.
Remove(Object) Removes the WorksheetDataBinding object associated with the specified data source from the collection.
RemoveAt(Int32) Removes the WorksheetDataBinding object at the specified index from the collection.
See Also