CellValue Properties
A data value contained in a cell.
Name | Description |
---|---|
Boolean |
Returns a Boolean value contained in a cell. |
Date |
Returns the date and time value that corresponds to the number contained in a cell. |
Default |
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. |
Error |
Returns an object that provides information on an error contained in a cell. |
Image |
Returns an image value contained in a cell. |
Is |
Gets whether the cell contains a Boolean value. |
Is |
Indicates whether a cell contains an embedded image. |
Is |
Gets whether the cell’s numeric value is displayed as date and time. |
Is |
Gets whether the cell is empty. |
Is |
Gets whether the cell contains an error. |
Is |
Gets whether the cell contains a number. |
Is |
Gets whether the cell contains text. |
Numeric |
Returns a number contained in a cell. |
Text |
Returns a string contained in a cell. |
Type | Gets the type of data contained in a cell. |
See Also