Infragistics(R) NetAdvantage(R) WPF
Formula Class
Members  See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace : Formula Class

Represents a formula for a cell or group of cells.

Syntax

Visual Basic (Declaration) 
Public Class Formula 
C# 
public class Formula 

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 user's machine or on the internet.

See Microsoft Excel help for more information on formulas.

Use one of the Parse or TryParse overloads to create a new formula.

See Also