Back to Devexpress

CellValue Methods

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

latest3.9 KB
Original Source

CellValue Methods

A data value contained in a cell.

NameDescription
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) staticConverts the DateTime object to a cell value using the specified date system.
FromObject(Object, ICellValueConverter) staticConverts the specified object to a cell value using the custom converter.
FromObject(Object) staticConverts 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() 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.
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) staticTries to convert the specified object to a cell value using the custom converter.
TryCreateFromObject(Object) staticTries to convert the specified object to a cell value using the default converter.

See Also

CellValue Class

CellValue Members

DevExpress.Spreadsheet Namespace