Version

Search Results

Formula Class

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 ...

FormulaParseException Class

The exception thrown when a formula parse error occurs. Syntax

FormulaParseException Class Events

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

FormulaParseException Class Members

Public Constructors Public Properties Public Methods Protected Events

CharIndexOfError Property

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.

FormulaValue Property

Gets the formula string which had the error being parsed. Syntax Property Value The formula string which had the error being parsed.

GetObjectData Method

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.

Message Property (FormulaParseException)

Gets the error message and the portion of the formula with the error. Syntax