Gets the portion of the formula which contains the error. Syntax
Initializes a new instance of the FormulaParseException class. Syntax
Initializes a new instance of the FormulaParseException class with a specified error message and information which helps determine the location of the parse error in the formula. Syntax Parameters charIndexOfError The character index in the formulaValue parameter where the parse error occurred.formulaValue The for...
Initializes a new instance of the FormulaParseException class with the serialized data. Syntax Parameters info The serialized object data.context The context information about the source serialized stream. Exceptions Exception Description System.ArgumentNullException info is null.
Initializes a new instance of the FormulaParseException class with a specified error message. Syntax Parameters message The message that describes the error.
Initializes a new instance of the FormulaParseException class with a specified error message. Syntax Parameters message The message that describes the error.innerException The exception that is the cause of this exception.
Overload List
Public Methods
Public Methods
Applies the formula to the specified cell. Syntax Parameters cell The cell to apply the formula to. Exceptions Exception Description System.ArgumentNullException cell is null. System.InvalidOperationException cell is part of an array formula or data table which is not confined to just the cell. Remarks This method...