Skip to main content

TdxSpreadSheetVectorValue.IsError Method

Identifies whether the column or row vector value’s error code is different from ecNone.

Declaration

function IsError: Boolean;

Returns

Type
Boolean

Remarks

This function returns True if the cell object contains an invalid formula expression, cell reference, and/or defined name. Otherwise, the IsError function returns False.

Note

You can identify the actual error by reading the ErrorCode property.

See Also