Partager via


ValueChange.Value Property

Gets the value that the user entered in the cell or that the formula in the cell was evaluated to when UPDATE CUBE statement was last run against the OLAP data source.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Value As Double
    Get
'Usage
Dim instance As ValueChange
Dim value As Double

value = instance.Value
double Value { get; }

Property Value

Type: System.Double
The value.

Remarks

Read-only.

See Also

Reference

ValueChange Interface

ValueChange Members

Microsoft.Office.Interop.Excel Namespace