CellValue Properties
A data value contained in a cell.| Name | Description |
|---|---|
| BooleanValue | Returns a Boolean value contained in a cell. |
| DateTimeValue | Returns the date and time value that corresponds to the number contained in a cell. |
| DefaultConverter static | Provides access to the default converter which is used to convert objects of basic data types to cell values, and vise versa. |
| Empty static | Returns an empty cell value. |
| ErrorValue | Returns an object that provides information on an error contained in a cell. |
| ImageValue | Returns an image value contained in a cell. |
| IsBoolean | Gets whether the cell contains a Boolean value. |
| IsCellImage | Indicates whether a cell contains an embedded image. |
| IsDateTime | Gets whether the cell’s numeric value is displayed as date and time. |
| IsEmpty | Gets whether the cell is empty. |
| IsError | Gets whether the cell contains an error. |
| IsNumeric | Gets whether the cell contains a number. |
| IsText | Gets whether the cell contains text. |
| NumericValue | Returns a number contained in a cell. |
| TextValue | Returns a string contained in a cell. |
| Type | Gets the type of data contained in a cell. |
See Also