ICustomViews._Default Property

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

Syntax

'Declaration
ReadOnly Default Property _Default ( _
    ViewName As Object _
) As CustomView
    Get
'Usage
Dim instance As ICustomViews
Dim ViewName As Object
Dim value As CustomView

value = instance(ViewName)
CustomView this[
    Object ViewName
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Excel.CustomView

See Also

Reference

ICustomViews Interface

ICustomViews Members

Microsoft.Office.Interop.Excel Namespace