The following tables list the members exposed by Formula.
Name | Description | |
---|---|---|
ApplyTo | Overloaded. Applies the formula to the specified cell. | |
Equals | Overloaded. Determines whether two Formula instances are equal using the specified cell reference mode. | |
Parse | Overloaded. Parses the specified formula value and returns the formula which was created from it. | |
ToString | Overloaded. 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. | |
TryParse | Overloaded. Parses the specified formula value. The return value indicates whether the operation succeeded. |