Parse Method

Summary
Overridden. Converts the string representation of a range into its Range equivalent.
Syntax
C#
VB
C++
public static Range Parse( 
   string rangeValue 
) 
  
Public Shared Function Parse( _ 
   ByVal rangeValue As String _ 
) As Range 
public: 
static Range^ Parse(  
   String^ rangeValue 
)  

Parameters

rangeValue
A System.String containing the range to convert.

Return Value

A Range corresponding to the string contained in rangeValue.

Requirements

Target Platforms

See Also

Reference

Range Class

Range Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.