CellValue Methods
A data value contained in a cell.
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. |
See Also