Back to Devexpress

ValueObject Methods

officefileapi-devexpress-dot-spreadsheet-dot-valueobject-dot-underscore-methods.md

latest3.6 KB
Original Source

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.

NameDescription
CreateListSource(CellValue[]) staticCreates the ValueObject instance from the specified array of values.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether two objects are equal.
FromDateTime(DateTime, Boolean) staticCreates the ValueObject instance from the DateTime object using the specified date system.
FromFormula(String, Boolean) staticCreates the ValueObject instance using the formula string.
FromRange(CellRange) staticCreates 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) staticDetermines whether the specified object is null or has an empty value.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

ValueObject Class

ValueObject Members

DevExpress.Spreadsheet Namespace