Version

Formula Class Members

The following tables list the members exposed by Formula.

Public Methods
 NameDescription
Public MethodApplyToOverloaded. Applies the formula to the specified cell.  
Public Methodstatic (Shared in Visual Basic)EqualsOverloaded. Determines whether two Formula instances are equal using the specified cell reference mode.  
Public Methodstatic (Shared in Visual Basic)ParseOverloaded. Parses the specified formula value and returns the formula which was created from it.  
Public MethodToStringOverloaded. Converts the formula to a string representation, similar to the string with which it was created. This uses the CellReferenceMode with which the formula was created to create cell reference strings.  
Public Methodstatic (Shared in Visual Basic)TryParseOverloaded. Parses the specified formula value. The return value indicates whether the operation succeeded.  
See Also