Table of Contents

TSingleFormulaValue.IsMissingArg Method

Returns true if the value is a missing argument from a function, like in the formula =MyFunction(1, ,3) where the second parameter is missing.

Syntax

Unit: FlexCel.Core

function TSingleFormulaValue.IsMissingArg: Boolean;

See also