Back to Devexpress

CellValue.ErrorInvalidValueInFunction Field

officefileapi-devexpress-dot-spreadsheet-dot-cellvalue-b7db0481.md

latest2.6 KB
Original Source

CellValue.ErrorInvalidValueInFunction Field

Returns the CellValue object specifying the #VALUE! error value of a cell.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public static CellValue ErrorInvalidValueInFunction
vb
Public Shared ErrorInvalidValueInFunction As CellValue

Field Value

TypeDescription
CellValue

A cell error value.

|

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ErrorInvalidValueInFunction field.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

how-to-use-excel-add-ins-in-winforms-spreadsheet/CS/SpreadsheetAddIn/Form1.cs#L75

csharp
result.Add(-2146826265, DevExpress.Spreadsheet.CellValue.ErrorReference);
result.Add(-2146826273, DevExpress.Spreadsheet.CellValue.ErrorInvalidValueInFunction);
return result;

how-to-use-excel-add-ins-in-winforms-spreadsheet/VB/SpreadsheetAddIn/Form1.vb#L72

vb
result.Add(-2146826265, DevExpress.Spreadsheet.CellValue.ErrorReference)
result.Add(-2146826273, DevExpress.Spreadsheet.CellValue.ErrorInvalidValueInFunction)
Return result

See Also

CellValue Class

CellValue Members

DevExpress.Spreadsheet Namespace