CreateRangeExpression(Int32,Int32,Int32,Int32,Boolean,Boolean) Method
In This Topic
Creates a new RangeExpression object.
Syntax
'Declaration
Public Overloads Function CreateRangeExpression( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal columnCount As Integer, _
ByVal As Boolean, _
ByVal columnRelative As Boolean _
) As RangeExpression
'Usage
Dim instance As RangeExpressionFactory
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim rowRelative As Boolean
Dim columnRelative As Boolean
Dim value As RangeExpression
value = instance.CreateRangeExpression(row, column, rowCount, columnCount, rowRelative, columnRelative)
Parameters
- row
- column
- rowCount
- columnCount
- rowRelative
- columnRelative
See Also