Share via


CustomProperties._Default Property

Reserved for internal use.

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

Syntax

'Declaration
ReadOnly Default Property _Default ( _
    Index As Object _
) As CustomProperty
    Get
'Usage
Dim instance As CustomProperties
Dim Index As Object
Dim value As CustomProperty

value = instance(Index)
CustomProperty this[
    Object Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Excel.CustomProperty

See Also

Reference

CustomProperties Interface

CustomProperties Members

Microsoft.Office.Interop.Excel Namespace