C1.Excel Assembly / C1.Excel Namespace / XLCellRange Class / Value Property

In This Topic
Value Property (XLCellRange)
In This Topic
Gets or sets the complex value associated with this range of cells.
Syntax
'Declaration
 
Public Property Value As System.Object
 
Remarks
The value may contain strings, numeric, Boolean, DateTime, or null objects. Other types of objects cannot be saved in Excel files.
See Also