'Declaration Public Shared Function TryParse( _
ByVal strСтрока в формате A1 или R1C1.As System.String, _
ByRef 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
- Строка в формате A1 или R1C1.
- result
- Результат.
Return Value
True, если ссылки на ячейки анализируются успешно; в противном случае - false.