Overload List

  NameDescription
Public methodRange(Double, Double)
Creates and returns a range with the specified lower and upper bound.
Public methodRange(Double, INumExpr, Double)
Creates and returns a range with the specified lower bound, numeric expression, and upper bound.
Public methodRange(Double, Double, String)
Creates and returns a named range with the specified lower and upper bound.
Public methodRange(Double, INumExpr, Double, String)
Creates and returns a named range with the specified lower bound, numeric expression, and upper bound.

See Also