Converts a string to a cell range.
'Declaration
Public Shared Function Parse( _
ByVal As System.String _
) As CellRange
'Usage
Dim s As System.String
Dim value As CellRange
value = CellRange.Parse(s)
public static CellRange Parse(
System.string
)
Parameters
- s
- The string to be parsed.
Return Value
Returns the cell range that was parsed from the string.
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6