CellInvalidFormulaException class

CellInvalidFormulaException class

The exception that is thrown when a calculated formula is not correct or was not parsed.

Inheritance:CellInvalidFormulaExceptionPptxEditExceptionPptxExceptionOOXMLException

The CellInvalidFormulaException type exposes the following members:

Constructors

ConstructorDescription
__init__Initializes a new instance of the CellInvalidFormulaException class.
__init__Initializes a new instance of the CellInvalidFormulaException class with a specified error message.
__init__Initializes a new instance of the CellInvalidFormulaException class with a specified error message
and a cell reference that contains the invalid formula.

Properties

PropertyDescription
referenceGets a cell reference that contains the invalid formula.

See Also