'Declaration Public Shared Function TryExpand( _
ByVal cellReferencesThe cell references.As CellReferences, _
ByVal referenceThe reference to expand.As CellReference, _
ByRef expandedCellReferencesThe expanded cell references.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
- The cell references.
- reference
- The reference to expand.
- expandedCellReferences
- The expanded cell references.
Return Value
True if the cell references are expanded; otherwise, false.