Back to Devexpress

CellValue Operators

officefileapi-devexpress-dot-spreadsheet-dot-cellvalue-dot-underscore-operators.md

latest5.1 KB
Original Source

CellValue Operators

A data value contained in a cell.

NameDescription
Equality(CellValue, CellValue) staticCompares two CellValue objects for equality.
Implicit(DXImage to CellValue) staticImplicitly converts a DevExpress.Drawing.DXImage value to a cell value.
Implicit(OfficeImage to CellValue) staticImplicitly converts an OfficeImage value to a cell value.
Implicit(ErrorType to CellValue) staticImplicitly converts a value of error type to a cell value.
Implicit(Boolean to CellValue) staticImplicitly converts a Boolean value to a cell value.
Implicit(Byte[] to CellValue) staticImplicitly converts a System.Byte[] value to a cell value.
Implicit(Char to CellValue) staticImplicitly converts a Char value to a cell value.
Implicit(DateTime to CellValue) staticImplicitly converts a DateTime value to a cell value.
Implicit(Decimal to CellValue) staticImplicitly converts a Decimal value to a cell value.
Implicit(Double to CellValue) staticImplicitly converts a Double value to a cell value.
Implicit(Image to CellValue) staticImplicitly converts a System.Drawing.Image value to a cell value.
Implicit(Int32 to CellValue) staticImplicitly converts an Int32 value to a cell value.
Implicit(Int64 to CellValue) staticImplicitly converts an Int64 value to a cell value.
Implicit(Stream to CellValue) staticImplicitly converts a Stream value to a cell value.
Implicit(Single to CellValue) staticImplicitly converts a Single value to a cell value.
Implicit(String to CellValue) staticImplicitly converts a String value to a cell value.
Implicit(TimeSpan to CellValue) staticImplicitly converts a TimeSpan value to a cell value.
Inequality(CellValue, CellValue) staticCompares two CellValue objects to determine whether they are not equal.

See Also

CellValue Class

CellValue Members

DevExpress.Spreadsheet Namespace