[]
        
(Showing Draft Content)

FarPoint.CalcEngine.ExternalCellExpression.-ctor

ExternalCellExpression Constructor

ExternalCellExpression(object, int, int)

Creates a new expression with an external cell reference with absolute coordinates.

Declaration
public ExternalCellExpression(object source, int row, int column)
Public Sub New(source As Object, row As Integer, column As Integer)
Parameters
Type Name Description
object source

Source of the cell

int row

Row coordinate of the cell

int column

Column coordinate of the cell

ExternalCellExpression(object, int, int, bool, bool)

Creates a new expression representing an external cell reference.

Declaration
public ExternalCellExpression(object source, int row, int column, bool rowRelative, bool columnRelative)
Public Sub New(source As Object, row As Integer, column As Integer, rowRelative As Boolean, columnRelative As Boolean)
Parameters
Type Name Description
object source

Source of the cell

int row

Row coordinate of the cell

int column

Column coordinate of the cell

bool rowRelative

Whether the row coordinate is relative

bool columnRelative

Whether the column coordinate is relative