Excel for WPF | ComponentOne
C1.WPF.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 Object
    public 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