WorksheetDataBinding Properties
Contains information about a cell range bound to an external data source or used to create a data source.| Name | Description |
|---|---|
| DataSource | Gets the data source associated with the current WorksheetDataBinding object. |
| Range | Gets the worksheet range associated with the current WorksheetDataBinding instance. |
| RowCount | Gets the number of rows occupied by the cell range associated with a data source. |
See Also