Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

ICalcEvaluator Interface
ICalcEvaluator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.