'Declaration
Public Shared Function TryParse( _ ByVal s As String, _ ByRef result As CellRange _ ) As Boolean
Parameters
- s
- String to be parsed
- result
- Cell range represented by the string. If the return value is false then result is set to null.
'Declaration
Public Shared Function TryParse( _ ByVal s As String, _ ByRef result As CellRange _ ) As Boolean