WorksheetDataBindingCollection Methods
A collection of data bindings specified in a worksheet.Name | Description |
---|---|
BindTableToDataSource(Object, CellRange, ExternalDataSourceOptions) | Creates a worksheet table from the specified range and binds it to the data source using the specified options. |
BindTableToDataSource(Object, CellRange) | 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, CellRange, ExternalDataSourceOptions) | Binds the worksheet cell range to the specified data source using the specified options. |
BindToDataSource(Object, CellRange) | 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(CellRange, RangeDataSourceOptions) | Creates a new data source from the cell range. |
CreateDataSource(CellRange) | Creates a new data source from the specified cell range. |
GetDataBinding(Cell) | Obtains data bindings for the specified cell. |
GetDataBindings(CellRange) | 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