FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : IObjectExpressionSupport Interface |
The following tables list the members exposed by IObjectExpressionSupport.
Name | Description | |
---|---|---|
![]() | AttachObjectExpression | Attaches the expression consumer to the data model. |
![]() | DetachObjectExpression | Detaches the expression consumer from the data model. |
![]() | GetAdjustingFormulaInfo | Gets the information about how the consumer formulas have changed. |
![]() | GetExpression | Gets the expression, as a Expression, of the object at the specified index. |
![]() | GetFormula | Gets the formula, as a string, of the object at the specified index. |
![]() | GetFormulaContextType | Gets the information of formula context of the object consumer. |
![]() | GetValue | Gets the value of an specified formula of the object consumer at the specified cell. |
![]() | ModifyObjectExpression | Notifies the IObjectExpressionSupport that the consumer formula at the specified index has been modified. |
![]() | ParseFormula | Parses the string value and returns the expression for the cell at the specified row and column. |
![]() | UnparseFormula | Gets the formula, as a string value, for the specified expression for the cell at the specified row and column. |
![]() | UpdateFormulasWhenModelChanged | Updates all formulas of all the IExpressionConsumer object when changing the data model of a sheet in Spread. |