Spread Silverlight Documentation
Formula2Expression Method


The formula.
The base row.
The base column.
Converts a formula to an expression.
Syntax
'Declaration
 
Function Formula2Expression( _
   ByVal formula As System.String, _
   ByVal baseRow As System.Integer, _
   ByVal baseColumn As System.Integer _
) As System.Object
'Usage
 
Dim instance As ICalcEvaluator
Dim formula As System.String
Dim baseRow As System.Integer
Dim baseColumn As System.Integer
Dim value As System.Object
 
value = instance.Formula2Expression(formula, baseRow, baseColumn)
System.object Formula2Expression( 
   System.string formula,
   System.int baseRow,
   System.int baseColumn
)

Parameters

formula
The formula.
baseRow
The base row.
baseColumn
The base column.

Return Value

The expression.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ICalcEvaluator Interface
ICalcEvaluator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.