Gets the value of the specified range as a System.String, System.Double, System.Boolean, SpreadsheetGear.ValueError, object[,] or null; or sets the value of the specified cell as a System.String, System.Double, System.Int32, System.Int64, System.Int16, System.Char, System.Boolean, System.DateTime, SpreadsheetGear.ValueError, System.Decimal, System.DBNull, object[,] or null.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Property Value As System.Object
             
        
            
            'Usage
 
Dim instance As IRange
Dim value As System.Object
 
instance.Value = value
 
value = instance.Value
             
        
            
            System.object Value {get; set;}
             
        
            
            read-write property Value: System.TObject; 
             
        
            
            function get,set Value : System.Object
             
        
            
            __property System.Object* get_Value();
__property void set_Value( 
   System.Object* value
);
             
        
            
            property System.Object^ Value {
   System.Object^ get();
   void set (    System.Object^ value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
 
            
            See Also