Excel for WPF and Silverlight
Value Property (XLCellRange)

C1.WPF.Excel Namespace > XLCellRange Class : Value Property
Gets or sets the complex value associated with this range of cells.
Syntax
'Declaration
 
Public Property Value As System.Object
public System.object Value {get; set;}
Remarks
The value may contain strings, numeric, Boolean, DateTime, or null objects. Other types of objects cannot be saved in Excel files.
See Also

Reference

XLCellRange Class
XLCellRange Members