'Declaration Public Shared Function TryExpand( _
ByVal cellReferencesСсылки на ячейки.As CellReferences, _
ByVal referenceСсылка для расширения.As CellReference, _
ByRef expandedCellReferencesРасширенные ссылки на ячейки.As CellReferences _
) As Boolean
public static bool TryExpand(
CellReferences cellReferences,
CellReference reference,
out CellReferences expandedCellReferences
)
public: static bool TryExpand(
CellReferences* cellReferences,
CellReference* reference,
[PARAMFLAG::Out] CellReferences* expandedCellReferences
)
public:
static bool TryExpand(
CellReferences^ cellReferences,
CellReference^ reference,
[Out] CellReferences^ expandedCellReferences
)
Parameters
- cellReferences
- Ссылки на ячейки.
- reference
- Ссылка для расширения.
- expandedCellReferences
- Расширенные ссылки на ячейки.
Return Value
True, если ссылки на ячейки развернуты; в противном случае - false.