Abstract base class for a named reference defined in the workbook.

Inheritance

Classes that extend this class.

Derived Classes

Gets or sets the comment associated with the named reference or table.

public string Comment { get; set; }

Gets or sets the name of the reference.

public string Name { get; set; }

Gets the scope of the named reference.

public object Scope { get; }