Share via


DValue<T> Class

Definition

Represents the type (T | Blank | Error), where T is neither Blank nor Error TableValue stores this class (Rows), and it can be used in any situation where a value can be either a known type or Blank/Error.

public sealed class DValue<T> where T : ValidFormulaValue
type DValue<'T (requires 'T :> ValidFormulaValue)> = class
Public NotInheritable Class DValue(Of T)

Type Parameters

T
Inheritance
DValue<T>

Applies to