[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IExpressionSupport

IExpressionSupport Interface

Interface that supports formulas as values and as expressions in the data model.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IExpressionSupport
Public Interface IExpressionSupport

Properties

Name Description
ReferenceStyle

Gets or sets the cell reference style.

Methods

Name Description
GetExpression(int, int)

Gets the formula, as an expression, in the cell at the specified row and column.

GetFormula(int, int)

Gets the formula, as a string, in the cell at the specified row and column.

SetExpression(int, int, Expression)

Sets the formula, as an expression, in the cell at the specified row and column.

SetFormula(int, int, string)

Sets the formula, as a string, in the cell at the specified row and column.