'Declaration Public Overloads Shared Function Parse( _
ByVal strThe string to parse.As System.String _
) As CellReference
public static CellReference Parse(
System.String str
)
public: static CellReference* Parse(
System.String str
)
public:
static CellReference^ Parse(
System.String str
)
Parameters
- str
- The string to parse.
Return Value
A new instance of CellReference class.