CellInvalidFormulaException
Contents
[
Hide
]CellInvalidFormulaException class
The exception that is thrown when a calculated formula is not correct or was not parsed.
public class CellInvalidFormulaException : PptxEditException
Constructors
Name | Description |
---|---|
CellInvalidFormulaException() | Initializes a new instance of the CellInvalidFormulaException class. |
CellInvalidFormulaException(string) | Initializes a new instance of the CellInvalidFormulaException class with a specified error message. |
CellInvalidFormulaException(string, Exception) | Initializes a new instance of the CellInvalidFormulaException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
CellInvalidFormulaException(string, string) | Initializes a new instance of the CellInvalidFormulaException class with a specified error message and a cell reference that contains the invalid formula. |
Properties
Name | Description |
---|---|
Reference { get; } | Gets a cell reference that contains the invalid formula. |
See Also
- class PptxEditException
- namespace Aspose.Slides.Spreadsheet
- assembly Aspose.Slides