WorksheetDataBindingCollection Members
In This Article
#Properties
Name | Description |
---|---|
Count | Gets the number of elements contained in the ICollection. Inherited from ICollection. |
Is |
Gets a value indicating whether access to the ICollection is synchronized (thread safe). Inherited from ICollection. |
Sync |
Gets an object that can be used to synchronize access to the ICollection. Inherited from ICollection. |
#Methods
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