'Declaration
Public Overloads Function CreateCellExpression( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowRelative As Boolean, _ ByVal columnRelative As Boolean _ ) As CellExpression
'Usage
Dim instance As CellExpressionFactory Dim row As Integer Dim column As Integer Dim rowRelative As Boolean Dim columnRelative As Boolean Dim value As CellExpression value = instance.CreateCellExpression(row, column, rowRelative, columnRelative)
public CellExpression CreateCellExpression( int row, int column, bool rowRelative, bool columnRelative )
Parameters
- row
- column
- rowRelative
- columnRelative