Represents a formula for a cell or group of cells. Syntax Remarks Formulas provide a way to show dynamic values in a cell. The value could be based any number of factors, such as the values of other cells and the time of day. Those alternate cells can even exist in different workbook files on the users machine or ...
The exception thrown when a formula parse error occurs. Syntax
For a list of all members of this type, see FormulaParseException members. Protected Events Name Description SerializeObjectState Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (Inherited from System.Exception) Top
Public Constructors Public Properties Public Methods Protected Events
Public Methods
Public Properties
Gets the character index in the FormulaValue at which the parse error occurred. Syntax Property Value The character index in the FormulaValue at which the parse error occurred.
Gets the formula string which had the error being parsed. Syntax Property Value The formula string which had the error being parsed.
Populates the specified System.Runtime.Serialization.SerializationInfo instance with this objects data. Syntax Parameters info The serialized object data.context The context information about the destination serialized stream. Exceptions Exception Description System.ArgumentNullException info is null.
Gets the error message and the portion of the formula with the error. Syntax