Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CellValue Operators

A data value contained in a cell.
Name Description
Equality(CellValue, CellValue) static Compares two CellValue objects for equality.
Implicit(ErrorType to CellValue) static Implicitly converts a value of error type to a cell value.
Implicit(Boolean to CellValue) static Implicitly converts a Boolean value to a cell value.
Implicit(Char to CellValue) static Implicitly converts a Char value to a cell value.
Implicit(DateTime to CellValue) static Implicitly converts a DateTime value to a cell value.
Implicit(Decimal to CellValue) static Implicitly converts a Decimal value to a cell value.
Implicit(Double to CellValue) static Implicitly converts a Double value to a cell value.
Implicit(Int32 to CellValue) static Implicitly converts an Int32 value to a cell value.
Implicit(Int64 to CellValue) static Implicitly converts an Int64 value to a cell value.
Implicit(Single to CellValue) static Implicitly converts a Single value to a cell value.
Implicit(String to CellValue) static Implicitly converts a String value to a cell value.
Implicit(TimeSpan to CellValue) static Implicitly converts a TimeSpan value to a cell value.
Inequality(CellValue, CellValue) static Compares two CellValue objects to determine whether they are not equal.
See Also