Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IObjectExpressionSupport Interface
Methods

In This Topic
    IObjectExpressionSupport Interface Members
    In This Topic

    The following tables list the members exposed by IObjectExpressionSupport.

    Public Methods
     NameDescription
     MethodAttaches the expression consumer to the data model.  
     MethodDetaches the expression consumer from the data model.  
     MethodGets the information about how the consumer formulas have changed.  
     MethodGets the expression, as a Expression, of the object at the specified index.  
     MethodGets the formula, as a string, of the object at the specified index.  
     MethodGets the formula context information of the object consumer.  
     MethodGets the value of a specified formula of the object consumer at the specified cell.  
     MethodNotifies the IObjectExpressionSupport that the consumer formula at the specified index has been modified.  
     MethodParses the string value and returns the expression for the cell at the specified row and column.  
     MethodGets the formula, as a string value, for the specified expression for the cell at the specified row and column.  
     MethodUpdates all formulas of all the IExpressionConsumer object when changing the data model of a sheet in Spread.  
    Top
    See Also