'Declaration Public Shared Function TryParse( _ ByVal s As String, _ ByRef result As CellRange _ ) As Boolean
Parameters
- s
- The string to be parsed.
- result
- The cell range represented by the string.
Return Value
true
if the string was parsed successfully; otherwise, false
.