Value Property
From Yogesh.ExcelXml
Gets or sets the value of the cell
| 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); }