Back to Devexpress

CellValue Properties

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

latest2.8 KB
Original Source

CellValue Properties

A data value contained in a cell.

NameDescription
BooleanValueReturns a Boolean value contained in a cell.
DateTimeValueReturns the date and time value that corresponds to the number contained in a cell.
DefaultConverter staticProvides access to the default converter which is used to convert objects of basic data types to cell values, and vise versa.
Empty staticReturns an empty cell value.
ErrorValueReturns an object that provides information on an error contained in a cell.
ImageValueReturns an image value contained in a cell.
IsBooleanGets whether the cell contains a Boolean value.
IsCellImageIndicates whether a cell contains an embedded image.
IsDateTimeGets whether the cell’s numeric value is displayed as date and time.
IsEmptyGets whether the cell is empty.
IsErrorGets whether the cell contains an error.
IsNumericGets whether the cell contains a number.
IsTextGets whether the cell contains text.
NumericValueReturns a number contained in a cell.
TextValueReturns a string contained in a cell.
TypeGets the type of data contained in a cell.

See Also

CellValue Class

CellValue Members

DevExpress.Spreadsheet Namespace