| Name | Description |
| AdjustExpressionWhenCopyRange | Adjusts expressions when copying a range. |
| AdjustFormulaOnClipboardPaste | Adjusts formulas when pasting from the Clipboard. |
| 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) |
| GetAllTableData | Gets all tables in the model |
| GetDependents | Gets all the formula containers that have formulas referring to cells in a specified cell range. (Inherited from FarPoint.Win.Spread.Model.ISupportFindFormulaDependent) |
| 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) |
| GetTable | Gets table range |
| GetValue | Gets the value of a specified formula of the object consumer at the specified cell. (Inherited from FarPoint.Win.Spread.Model.IObjectExpressionSupport) |
| IsRowUsed | Specifies whether a row uses a formula, tag, or note. (Inherited from FarPoint.Win.Spread.Model.IOptimizedEnumerationSupport5) |
| ModifyObjectExpression | Notifies the IObjectExpressionSupport that the consumer formula at the specified index has been modified. (Inherited from FarPoint.Win.Spread.Model.IObjectExpressionSupport) |
| NextNonEmptyColumnFormula | Specifies the next non-empty column formula. (Inherited from FarPoint.Win.Spread.Model.IOptimizedEnumerationSupport6) |
| NextNonEmptyColumnInRow | Specifies the next non-empty column in the row. (Inherited from FarPoint.Win.Spread.Model.IOptimizedEnumerationSupport6) |
| NextNonEmptyRow | Returns the index of the next row that has data. (Inherited from FarPoint.Win.Spread.Model.IOptimizedEnumerationSupport6) |
| NextNonEmptyRowFormula | Specifies the next non-empty row formula. (Inherited from FarPoint.Win.Spread.Model.IOptimizedEnumerationSupport6) |
| 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) |
| PreviousNonEmptyColumnInRow | Specifies the previous non-empty column in the row. (Inherited from FarPoint.Win.Spread.Model.IOptimizedEnumerationSupport6) |
| PreviousNonEmptyRow | Specifies the previous non-empty row. (Inherited from FarPoint.Win.Spread.Model.IOptimizedEnumerationSupport6) |
| ResumeFormulaParsing | Resumes formula parsing and parses all formulas set while parsing was suspended. (Inherited from FarPoint.Win.Spread.Model.ISuspendFormulaParsing) |
| 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) |
| SuspendFormulaParsing | Suspends formula parsing until ResumeFormulaParsing is called. (Inherited from FarPoint.Win.Spread.Model.ISuspendFormulaParsing) |
| 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) |
| VerifyTableCellRangeAndRowOrColumnFormula | Verifies table cell range with row and column formula. |