Parameter.Value Property
The parameter value. For more information, see the Parameter object. Read-only Object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Value As Object
Get
'Usage
Dim instance As Parameter
Dim value As Object
value = instance.Value
Object Value { get; }
Property Value
Type: System.Object