'Declaration Public Shared Function TryParse( _
ByVal strThe string in A1 or R1C1 format.As System.String, _
ByRef resultThe result.As CellReferences _
) As Boolean
public static bool TryParse(
System.String str,
out CellReferences result
)
public: static bool TryParse(
System.String str,
[PARAMFLAG::Out] CellReferences* result
)
public:
static bool TryParse(
System.String str,
[Out] CellReferences^ result
)
Parameters
- str
- The string in A1 or R1C1 format.
- result
- The result.
Return Value
True if cell references is parsed successfully; otherwise, false.