Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CellExpressionFactory Class / CreateCellExpression Method / CreateCellExpression(Int32,Int32,Boolean,Boolean) Method


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

    Parameters

    row
    column
    rowRelative
    columnRelative
    See Also