Skip to main content
Row

CellValue.Implicit Operator

Name Parameters Description
Implicit(ErrorType to CellValue) static value Implicitly converts a value of error type to a cell value.
Implicit(Boolean to CellValue) static value Implicitly converts a Boolean value to a cell value.
Implicit(Char to CellValue) static value Implicitly converts a Char value to a cell value.
Implicit(DateTime to CellValue) static value Implicitly converts a DateTime value to a cell value.
Implicit(Decimal to CellValue) static value Implicitly converts a Decimal value to a cell value.
Implicit(Double to CellValue) static value Implicitly converts a Double value to a cell value.
Implicit(Int32 to CellValue) static value Implicitly converts an Int32 value to a cell value.
Implicit(Int64 to CellValue) static value Implicitly converts an Int64 value to a cell value.
Implicit(Single to CellValue) static value Implicitly converts a Single value to a cell value.
Implicit(String to CellValue) static value Implicitly converts a String value to a cell value.
Implicit(TimeSpan to CellValue) static value Implicitly converts a TimeSpan value to a cell value.