[]
Converts a string to a cell range.
public static bool TryParse(string s, out CellRange result)
Public Shared Function TryParse(s As String, ByRef result As CellRange) As Boolean
Type | Name | Description |
---|---|---|
string | s | String to be parsed |
CellRange | result | Cell range represented by the string. If the return value is false then result is set to null. |
Type | Description |
---|---|
bool |