'Declaration Public Shared Function Parse( _
ByVal strThe string in A1 or R1C1 format.As System.String _
) As CellReferences
public static CellReferences Parse(
System.String str
)
public: static CellReferences* Parse(
System.String str
)
public:
static CellReferences^ Parse(
System.String str
)
Parameters
- str
- The string in A1 or R1C1 format.
Return Value
The cell references.