- rangeValue
- A String containing the range to convert.
Visual Basic (Declaration) | |
---|---|
Public Shared Function Parse( _ ByVal rangeValue As String _ ) As Range |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static Range Parse( string rangeValue ) |
C++/CLI | |
---|---|
public: static Range^ Parse( String^ rangeValue ) |
Parameters
- rangeValue
- A String containing the range to convert.
Return Value
A Range corresponding to the string contained in rangeValue.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family