CellValue Operators
A data value contained in a cell.| Name | Description |
|---|---|
| Equality(CellValue, CellValue) static | Compares two CellValue objects for equality. |
| Implicit(DXImage to CellValue) static |
Implicitly converts a DevExpress.Drawing.DXImage value to a cell value.
|
| Implicit(OfficeImage to CellValue) static | Implicitly converts an OfficeImage value to a cell value. |
| 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(Byte[] to CellValue) static |
Implicitly converts a System.Byte[] 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(Image to CellValue) static |
Implicitly converts a System.Drawing.Image 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(Stream to CellValue) static | Implicitly converts a Stream 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