ValueObject Methods
An object that can be used to specify a value associated with a custom cell in-place editor or to create a criterion for data validation.| Name | Description |
|---|---|
| CreateListSource(CellValue[]) static | Creates the ValueObject instance from the specified array of values. |
| 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 | Creates the ValueObject instance from the DateTime object using the specified date system. |
| FromFormula(String, Boolean) static | Creates the ValueObject instance using the formula string. |
| FromRange(CellRange) static | Creates the ValueObject instance that originates from the worksheet range. |
| GetDateTimeValue(Boolean) | Converts the object’s value to DateTime and returns the result. |
| GetHashCode() | Returns a number that identifies the object instance. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IsNullOrEmpty(ValueObject) static | Determines whether the specified object is null or has an empty value. |
| 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. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also