Abstract base class for objects that are exposed off a
Inheritance
object
Classes that extend this class.
Derived ClassesProperties
Section titled "Properties"Chart
Section titled "Chart"Returns the owning chart (read-only)
public WorksheetChart Chart { get; } Owner
Section titled "Owner"returns this object's owner. (read-only)
public ChartObject Owner { get; } Sheet
Section titled "Sheet"The owning sheet (read-only)
public Sheet Sheet { get; } Workbook
Section titled "Workbook"The owning workbook (read-only)
public Workbook Workbook { get; } Worksheet
Section titled "Worksheet"The owning worksheet (read-only)
public Worksheet Worksheet { get; }