CellValue Methods
A data value contained in a cell.| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether two objects are equal. |
| FromDateTime(DateTime, Boolean) static | Converts the DateTime object to a cell value using the specified date system. |
| FromObject(Object, ICellValueConverter) static | Converts the specified object to a cell value using the custom converter. |
| FromObject(Object) static | Converts the specified object to a cell value using the default converter. |
| GetHashCode() | Gets the hash code (a number) that corresponds to the value of the current CellValue object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToObject() | Converts the cell value to an object using the default converter. |
| ToObject(ICellValueConverter) | Converts the cell value to an object using the specified converter. |
| ToString() | Returns a string representation of the cell value. |
| ToString(IFormatProvider) | Returns a string representation of the cell value. |
| TryCreateFromObject(Object, ICellValueConverter) static | Tries to convert the specified object to a cell value using the custom converter. |
| TryCreateFromObject(Object) static | Tries to convert the specified object to a cell value using the default converter. |
See Also