TryParseA1Reference(String,Int32,Int32,RangeReference) Method
In This Topic
Converts the string representation of a range reference in A1 format its
RangeReference equivalent. A return value indicates whether the conversion succeeded or failed.
Syntax
Parameters
- ref
- A string containing a range reference to convert.
- baseRow
- An integer value indicates the context row.
- baseColumn
- An integer value indicates the context column.
- rangeRef
- A RangeReference value represents the parsed range reference.
Return Value
true
if s was converted successfully; otherwise, false
.
See Also