MaybeBoxedFormulaValue
type MaybeBoxedFormulaValue = | MaybeBoxed<ArrayValue> | Reference | Matrix;A value that can result from a spreadsheet formula, possibly boxed
type MaybeBoxedFormulaValue = | MaybeBoxed<ArrayValue> | Reference | Matrix;A value that can result from a spreadsheet formula, possibly boxed