|
This method is required by the spec:
A14.6.8-3 [setRange(String range);]
When using the string form of setRange both parameter values are specified either as numbers or
as parameters. The fromIncl and toExcl values are comma separated and evaluated as either
long values or as parameter names (beginning with ":"). For example, setRange(":from-
Range, :toRange") or setRange("100, 130").
|