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


In This Topic
    CreateRangeExpression(Int32,Int32,Int32,Int32) 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 _
    ) As RangeExpression
    'Usage
     
    
    Dim instance As RangeExpressionFactory
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
    Dim value As RangeExpression
     
    value = instance.CreateRangeExpression(row, column, rowCount, columnCount)
    public RangeExpression CreateRangeExpression( 
       int row,
       int column,
       int rowCount,
       int columnCount
    )

    Parameters

    row
    column
    rowCount
    columnCount
    See Also