Back to Devexpress

ValueObject Properties

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

latest2.9 KB
Original Source

ValueObject Properties

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
BooleanValueConverts the object’s value to Boolean and returns the result.
Empty staticReturns an empty object.
ErrorValueConverts the object’s value to cell error type and returns the result.
FormulaConverts the object’s value to a worksheet formula and returns the result.
FormulaInvariantConverts the object’s value to a worksheet formula in the invariant culture (English), and returns the result.
IsBooleanGets whether the object originates from the value of the boolean type.
IsEmptyGets whether the object has an empty value.
IsErrorGets whether the object contains a Cell Error value.
IsFormulaGets whether the object contains a cell formula value.
IsNumericGets whether the object originates from a number.
IsRangeGets whether the object originates from a worksheet Range.
IsTextGets whether the object originates from a text string.
NumericValueConverts the object’s value to numeric and returns the result.
RangeValueConverts the object’s value to a worksheet range and returns the result.
TextValueConverts the object’s value to a string and returns the result.

See Also

ValueObject Class

ValueObject Members

DevExpress.Spreadsheet Namespace