[]
Converts a string to a cell range.
public static CellRange Parse(string s)
Public Shared Function Parse(s As String) As CellRange
| Type | Name | Description |
|---|---|---|
| string | s | String to be parsed |
| Type | Description |
|---|---|
| CellRange |
| Type | Condition |
|---|---|
| ArgumentNullException | s is a null reference (Nothing in Visual Basic). |
| FormatException | s does not represent a cell range. |