Gets or sets the value of the cell

Declaration Syntax
C# |
Visual Basic |
Visual C++ |
public Object Value { get; set; }
Public Property Value As Object
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}

Remarks
Value returns a boxed
String value of the cell or sets the value of the cell to...
- String
- Boolean
- Byte
- Int16
- Int32
- Int64
- Double
- Decimal
- DateTime
- Cell
- Formula
If the type is not any of the above, cell value is set to null.
Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158