Excel for WinRT
Value Property (XLCellRange)


Gets or sets the complex value associated with this range of cells.
Syntax
'Declaration
 
Public Property Value As System.Object
'Usage
 
Dim instance As XLCellRange
Dim value As System.Object
 
instance.Value = value
 
value = instance.Value
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback