Cell.GetArrayRange

Cell.GetArrayRange method

Gets the array range if the cell’s formula is an array formula.

public CellArea GetArrayRange()

Return Value

The array range.

Remarks

Only applies when the cell’s formula is an array formula

See Also