class CellValue


Base class:

This type does not have any base class

Implemented interfaces:

This type does not implements any interface.

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

CellValue ()


Properties

ECellValueType CellType { get; set; }


String Format { get; set; }


String Formula { get; set; }


Boolean IsBoolean { get; }


Boolean IsDateTime { get; }


Boolean IsEmpty { get; }


Boolean IsError { get; }


Boolean IsNumeric { get; }


Boolean IsText { get; }


Object Value { get; set; }


ErrorValueCell ValueError { get; set; }