ChartDataReference Properties
A cell, range, or union of ranges that contain chart data.| Name | Description |
|---|---|
| BottomRightPosition | Returns the bottom-right cell position of the reference bounds. |
| CellCount | Returns the number of referenced cells. |
| ColumnCount | Returns the number of columns in the reference bounds. |
| IsCell | Determines whether the reference points to a single cell. |
| IsEmpty | Determines whether the reference contains no cells. |
| IsRange | Determines whether the reference points to a rectangular range. |
| IsUnion | Determines whether the reference is a union of multiple ranges. |
| RowCount | Returns the number of rows in the reference bounds. |
| SheetIndex | Returns the worksheet index used by this reference. |
| TopLeftPosition | Returns the top-left cell position of the reference bounds. |
See Also