Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ExternalCellExpressionFactory Class / CreateExternalCellExpression Method / CreateExternalCellExpression(Object,Int32,Int32,Boolean,Boolean) Method


In This Topic
CreateExternalCellExpression(Object,Int32,Int32,Boolean,Boolean) Method
In This Topic
Creates a new ExternalCellExpression object.
Syntax
'Declaration
 
Public Overloads Function CreateExternalCellExpression( _
   ByVal source As Object, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowRelative As Boolean, _
   ByVal columnRelative As Boolean _
) As ExternalCellExpression
 
'Usage
 
Dim instance As ExternalCellExpressionFactory
Dim source As Object
Dim row As Integer
Dim column As Integer
Dim rowRelative As Boolean
Dim columnRelative As Boolean
Dim value As ExternalCellExpression
 
value = instance.CreateExternalCellExpression(source, row, column, rowRelative, columnRelative)

Parameters

source
row
column
rowRelative
columnRelative
See Also