Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / RangeExpressionFactory Class / CreateRangeExpression Method / CreateRangeExpression(Int32,Int32,Int32,Int32,Boolean,Boolean) Method


In This Topic
    CreateRangeExpression(Int32,Int32,Int32,Int32,Boolean,Boolean) Method
    In This Topic
    Creates a new RangeExpression object.
    Syntax
    'Declaration
     
    
    Public Overloads Function CreateRangeExpression( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer, _
       ByVal rowRelative As Boolean, _
       ByVal columnRelative As Boolean _
    ) As RangeExpression
    'Usage
     
    
    Dim instance As RangeExpressionFactory
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
    Dim rowRelative As Boolean
    Dim columnRelative As Boolean
    Dim value As RangeExpression
     
    value = instance.CreateRangeExpression(row, column, rowCount, columnCount, rowRelative, columnRelative)

    Parameters

    row
    column
    rowCount
    columnCount
    rowRelative
    columnRelative
    See Also