Share via


ICustomViews.Item Method

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

Syntax

'Declaration
Function Item ( _
    ViewName As Object _
) As CustomView
'Usage
Dim instance As ICustomViews
Dim ViewName As Object
Dim returnValue As CustomView

returnValue = instance.Item(ViewName)
CustomView Item(
    Object ViewName
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Excel.CustomView

See Also

Reference

ICustomViews Interface

ICustomViews Members

Microsoft.Office.Interop.Excel Namespace