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


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

Parameters

row
Row index
column
Column index
See Also

Reference

IExpressionSupport Interface
IExpressionSupport Members