CustomViews._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 ( _
ViewName As Object _
) As CustomView
Get
'Usage
Dim instance As CustomViews
Dim ViewName As Object
Dim value As CustomView
value = instance(ViewName)
CustomView this[
Object ViewName
] { get; }
Parameters
- ViewName
Type: System.Object
Property Value
Type: Microsoft.Office.Interop.Excel.CustomView