[]
Creates a new expression with an external cell reference with absolute coordinates.
public ExternalCellExpression(object source, int row, int column)
Public Sub New(source As Object, row As Integer, column As Integer)
Type | Name | Description |
---|---|---|
object | source | Source of the cell |
int | row | Row coordinate of the cell |
int | column | Column coordinate of the cell |
Creates a new expression representing an external cell reference.
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)