DValue<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
Properties
| Blank | |
| Error | |
| IsBlank | |
| IsError | |
| IsValue | |
| Value |
Methods
| Of(BlankValue) | |
| Of(ErrorValue) | |
| Of(T) | |
| ToFormulaValue() |