Spread for ASP.NET 12 Product Documentation
CellExpression Constructor(Int32,Int32)


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > CellExpression Class > CellExpression Constructor : CellExpression Constructor(Int32,Int32)
Row coordinate of cell
Column coordinate of cell
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

Reference

CellExpression Class
CellExpression Members
Overload List