Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CellExpressionFactory Class / CreateCellExpression Method / CreateCellExpression(Int32,Int32) Method


In This Topic
CreateCellExpression(Int32,Int32) Method
In This Topic
Creates a new CellExpression object.
Syntax
'Declaration
 
Public Overloads Function CreateCellExpression( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As CellExpression
 
'Usage
 
Dim instance As CellExpressionFactory
Dim row As Integer
Dim column As Integer
Dim value As CellExpression
 
value = instance.CreateCellExpression(row, column)

Parameters

row
column
See Also