CellCircularReferenceException class

CellCircularReferenceException class

The exception that is thrown when one or more circular references are detected where a formula refers to its own cell either directly or indirectly.

Inheritance:CellCircularReferenceExceptionPptxEditExceptionPptxExceptionOOXMLException

The CellCircularReferenceException type exposes the following members:

Constructors

ConstructorDescription
__init__Initializes a new instance of the CellCircularReferenceException class.
__init__Initializes a new instance of the CellCircularReferenceException class with a specified error message.
__init__Initializes a new instance of the CellCircularReferenceException class with a specified error message
and circular cell reference.

Properties

PropertyDescription
referenceGets a circular cell reference.

See Also