Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CellExpression Class / CellExpression Constructor / CellExpression Constructor(Int32,Int32)
Row coordinate of cell
Column coordinate of cell


In This Topic
    CellExpression Constructor(Int32,Int32)
    In This Topic
    Creates a new expression with a cell reference with absolute coordinates.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal row As Integer, _
       ByVal column As Integer _
    )
    'Usage
     
    
    Dim row As Integer
    Dim column As Integer
     
    Dim instance As New CellExpression(row, column)
    public CellExpression( 
       int row,
       int column
    )

    Parameters

    row
    Row coordinate of cell
    column
    Column coordinate of cell
    See Also