Range.Value2 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the cell value.
public:
property System::Object ^ Value2 { System::Object ^ get(); void set(System::Object ^ value); };
public object Value2 { get; set; }
Public Property Value2 As Object
Property Value
Remarks
The only difference between this property and the Value property is that the Value2 property doesn’t use the Currency and Date data types. You can return values formatted with these data types as floating-point numbers by using the Double data type.