WorksheetTableDataBinding Properties
Contains information about a Table 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. Inherited from WorksheetDataBinding. |
| Range | Gets the worksheet range associated with the current WorksheetDataBinding instance. Inherited from WorksheetDataBinding. |
| RowCount | Gets the number of rows occupied by the cell range associated with a data source. Inherited from WorksheetDataBinding. |
| Table | Gets the worksheet table associated with the current WorksheetTableDataBinding instance. |
See Also