CellValue Members
In This Article
#Fields
Name | Description |
---|---|
Error |
Returns the Cell |
Error |
Returns the Cell |
Error |
Returns the Cell |
Error |
Returns the Cell |
Error |
Returns the Cell |
Error |
Returns the Cell |
Error |
Returns the Cell |
#Properties
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. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether two objects are equal. |
From |
Converts the Date |
From |
Converts the specified object to a cell value using the custom converter. |
From |
Converts the specified object to a cell value using the default converter. |
Get |
Gets the hash code (a number) that corresponds to the value of the current Cell |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Converts the cell value to an object using the default converter. |
To |
Converts the cell value to an object using the specified converter. |
To |
Returns a string representation of the cell value. |
To |
Returns a string representation of the cell value. |
Try |
Tries to convert the specified object to a cell value using the custom converter. |
Try |
Tries to convert the specified object to a cell value using the default converter. |
#Operators
Name | Description |
---|---|
Equality |
Compares two Cell |
Implicit |
Implicitly converts a DevExpress. value to a cell value.
|
Implicit |
Implicitly converts an Office |
Implicit |
Implicitly converts a value of error type to a cell value. |
Implicit |
Implicitly converts a Boolean value to a cell value. |
Implicit |
Implicitly converts a System. value to a cell value.
|
Implicit |
Implicitly converts a Char value to a cell value. |
Implicit |
Implicitly converts a Date |
Implicit |
Implicitly converts a Decimal value to a cell value. |
Implicit |
Implicitly converts a Double value to a cell value. |
Implicit |
Implicitly converts a System. value to a cell value.
|
Implicit |
Implicitly converts an Int32 value to a cell value. |
Implicit |
Implicitly converts an Int64 value to a cell value. |
Implicit |
Implicitly converts a Stream value to a cell value. |
Implicit |
Implicitly converts a Single value to a cell value. |
Implicit |
Implicitly converts a String value to a cell value. |
Implicit |
Implicitly converts a Time |
Inequality |
Compares two Cell |
See Also