'Declaration
Public Function CreateExternalRangeExpression( _ ByVal source As Object, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As ExternalRangeExpression
'Usage
Dim instance As ExternalRangeExpressionFactory Dim source As Object Dim row As Integer Dim column As Integer Dim rowCount As Integer Dim columnCount As Integer Dim value As ExternalRangeExpression value = instance.CreateExternalRangeExpression(source, row, column, rowCount, columnCount)
Parameters
- source
- row
- column
- rowCount
- columnCount