Compartir a través de


CustomProperty.Value Property

Returns or sets the value of the custom property.

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

Syntax

'Declaration
Property Value As Object
    Get
    Set
'Usage
Dim instance As CustomProperty
Dim value As Object

value = instance.Value

instance.Value = value
Object Value { get; set; }

Property Value

Type: System.Object

See Also

Reference

CustomProperty Interface

CustomProperty Members

Microsoft.Office.Interop.Excel Namespace