Skip to main content
Row

CellValue.Implicit Operator

Name Parameters Description
Implicit(DXImage to CellValue) static image Implicitly converts a DevExpress.Drawing.DXImage value to a cell value.
Implicit(OfficeImage to CellValue) static image Implicitly converts an OfficeImage value to a cell value.
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(Byte[] to CellValue) static buffer Implicitly converts a System.Byte[] 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(Image to CellValue) static image Implicitly converts a System.Drawing.Image 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(Stream to CellValue) static stream Implicitly converts a Stream 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.