WorksheetDataBindingCollection Methods
A collection of data bindings specified in a worksheet.
Name | Description |
---|---|
Bind |
Creates a worksheet table from the specified range and binds it to the data source using the specified options. |
Bind |
Creates a worksheet table from the specified range and binds it to the data source using default options. |
Bind |
Creates a worksheet table with its top left corner at the specified cell and binds it to the data source using the specified options. |
Bind |
Creates a worksheet table with its top left corner at the specified cell and binds it to the data source using default options. |
Bind |
Creates a worksheet table starting from the upper left worksheet cell and binds it to the data source using default options. |
Bind |
Binds the worksheet cell range to the specified data source using the specified options. |
Bind |
Binds the worksheet cell range to the specified data source. |
Bind |
Binds the worksheet cell range to the specified data source using the specified options. |
Bind |
Binds the worksheet cell range to the specified data source. |
Bind |
Binds the worksheet cell range to the specified data source. |
Clear() |
Removes all Worksheet |
Copy |
Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection. |
Create |
Creates a new data source from the cell range. |
Create |
Creates a new data source from the specified cell range. |
Get |
Obtains data bindings for the specified cell. |
Get |
Obtains data bindings for the cells in the specified range. |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Remove |
Removes the specified Worksheet |
Remove |
Removes the Worksheet |
Remove |
Removes the Worksheet |
See Also