Overload List
| Name | Description | |
|---|---|---|
| Range(Double, Double) |
Creates and returns a range with the specified lower
and upper bound.
| |
| Range(Double, INumExpr, Double) |
Creates and returns a range with the specified lower bound,
numeric expression, and upper bound.
| |
| Range(Double, Double, String) |
Creates and returns a named range with the specified lower
and upper bound.
| |
| Range(Double, INumExpr, Double, String) |
Creates and returns a named range with the specified lower bound,
numeric expression, and upper bound.
|