Spread for ASP.NET 12 Product Documentation
SetExpression Method (IExpressionSupport)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IExpressionSupport Interface : SetExpression Method
Row index
Column index
Formula
Sets the formula, as an expression, in the cell at the specified row and column.
Syntax
'Declaration
 
Sub SetExpression( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As Expression _
) 
'Usage
 
Dim instance As IExpressionSupport
Dim row As Integer
Dim column As Integer
Dim value As Expression
 
instance.SetExpression(row, column, value)
void SetExpression( 
   int row,
   int column,
   Expression value
)

Parameters

row
Row index
column
Column index
value
Formula
See Also

Reference

IExpressionSupport Interface
IExpressionSupport Members