The following tables list the members exposed by ITableModelSupport.
Public Properties
Public Methods
| Name | Description |
| AdjustFormulaOnClipboardPaste | Adjusts formulas when pasting from the Clipboard. |
| GetAllTableData | Gets all tables in the model. |
| GetExpression | Gets the formula, as an expression, in the cell at the specified row and column. (Inherited from FarPoint.Win.Spread.Model.IExpressionSupport) |
| GetFormula | Gets the formula, as a string, in the cell at the specified row and column. (Inherited from FarPoint.Win.Spread.Model.IExpressionSupport) |
| GetTable | Gets the table range. |
| 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) |
| VerifyTableCellRangeAndRowOrColumnFormula | Verifies the table cell range with row and column formula. |
Top
See Also