'Declaration Public Overloads Shared Function Parse( _
ByVal strThe string to parse.As System.String, _
ByVal allowSingleRowOrColumnA value indicating whether reference can contain only digits as row number or only letters as column number.As Boolean _
) As CellReference
public static CellReference Parse(
System.String str,
bool allowSingleRowOrColumn
)
public: static CellReference* Parse(
System.String str,
bool allowSingleRowOrColumn
)
public:
static CellReference^ Parse(
System.String str,
bool allowSingleRowOrColumn
)
Parameters
- str
- The string to parse.
- allowSingleRowOrColumn
- A value indicating whether reference can contain only digits as row number or only letters as column number.
Return Value
A new instance of CellReference class.