Spread WPF Documentation
Expression2Formula Method


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

Parameters

expression
The expression.
baseRow
The base row.
baseColumn
The base column.

Return Value

The formula.
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.