The following tables list the members exposed by ISupportFindFormulaDependent.
Public Properties
Public Methods
| Name | Description |
| AttachObjectExpression | Attaches the expression consumer to the data model. (Inherited from FarPoint.Win.Spread.Model.IObjectExpressionSupport) |
| DetachObjectExpression | Detaches the expression consumer from the data model. (Inherited from FarPoint.Win.Spread.Model.IObjectExpressionSupport) |
| GetAdjustingFormulaInfo | Gets the information about how the consumer formulas have changed. (Inherited from FarPoint.Win.Spread.Model.IObjectExpressionSupport) |
| GetDependents | Overloaded. Gets all the formula containers that have formulas referring to cells in a specified cell range. |
| GetExpression | Gets the expression, as a Expression, of the object at the specified index. (Inherited from FarPoint.Win.Spread.Model.IObjectExpressionSupport) |
| GetFormula | Gets the formula, as a string, of the object at the specified index. (Inherited from FarPoint.Win.Spread.Model.IObjectExpressionSupport) |
| GetFormulaContextType | Gets the formula context information of the object consumer. (Inherited from FarPoint.Win.Spread.Model.IObjectExpressionSupport) |
| GetValue | Gets the value of a specified formula of the object consumer at the specified cell. (Inherited from FarPoint.Win.Spread.Model.IObjectExpressionSupport) |
| ModifyObjectExpression | Notifies the IObjectExpressionSupport that the consumer formula at the specified index has been modified. (Inherited from FarPoint.Win.Spread.Model.IObjectExpressionSupport) |
| ParseFormula | Parses the string value and returns the expression for the cell at the specified row and column. (Inherited from FarPoint.Win.Spread.Model.IObjectExpressionSupport) |
| SetExpression | Sets the formula, as an expression, in the cell at the specified row and column. (Inherited from FarPoint.Win.Spread.Model.IExpressionSupport) |
| SetFormula | Sets the formula, as a string, in the cell at the specified row and column. (Inherited from FarPoint.Win.Spread.Model.IExpressionSupport) |
| UnparseFormula | Gets the formula, as a string value, for the specified expression for the cell at the specified row and column. (Inherited from FarPoint.Win.Spread.Model.IObjectExpressionSupport) |
| UpdateFormulasWhenModelChanged | Updates all formulas of all the IExpressionConsumer object when changing the data model of a sheet in Spread. (Inherited from FarPoint.Win.Spread.Model.IObjectExpressionSupport) |
Top
See Also