API Reference

Enum

ExcelFormulaValueKind

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies the value kind passed to or returned by a custom formula function.

Inheritance

  • Enum
  • ExcelFormulaValueKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ExcelFormulaValueKind Blank #

The formula value is blank.

Value: 0
public const ExcelFormulaValueKind Number #

The formula value is numeric.

Value: 1
public const ExcelFormulaValueKind Text #

The formula value is text.

Value: 2
public const ExcelFormulaValueKind Error #

The formula value is an Excel error such as #N/A.

Value: 3